Class: Google::Cloud::Dialogflow::V2::BatchUpdateIntentsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::BatchUpdateIntentsRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
The request message for Intents::BatchUpdateIntents.
Instance Attribute Summary collapse
- 
  
    
      #intent_batch_inline  ⇒ Google::Cloud::Dialogflow::V2::IntentBatch 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The collection of intents to update or create.
 - 
  
    
      #intent_batch_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI to a Google Cloud Storage file containing intents to update or create.
 - 
  
    
      #intent_view  ⇒ Google::Cloud::Dialogflow::V2::IntentView 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #update_mask  ⇒ Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#intent_batch_inline ⇒ Google::Cloud::Dialogflow::V2::IntentBatch
Returns The collection of intents to update or create.
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  | 
  
#intent_batch_uri ⇒ String
Returns The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  | 
  
#intent_view ⇒ Google::Cloud::Dialogflow::V2::IntentView
Returns Optional. The resource view to apply to the returned intent.
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  | 
  
#language_code ⇒ String
Returns Optional. The language of training phrases, parameters and rich messages defined in +intents+. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  | 
  
#parent ⇒ String
Returns Required. The name of the agent to update or create intents in.
Format: +projects/
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  | 
  
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated.
      665  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 665 class BatchUpdateIntentsRequest; end  |