Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::BatchUpdateIntentsRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intent_batch_inline
def intent_batch_inline() -> ::Google::Cloud::Dialogflow::V2::IntentBatch
-
(::Google::Cloud::Dialogflow::V2::IntentBatch) — The collection of intents to update or create.
Note: The following fields are mutually exclusive:
intent_batch_inline
,intent_batch_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#intent_batch_inline=
def intent_batch_inline=(value) -> ::Google::Cloud::Dialogflow::V2::IntentBatch
-
value (::Google::Cloud::Dialogflow::V2::IntentBatch) — The collection of intents to update or create.
Note: The following fields are mutually exclusive:
intent_batch_inline
,intent_batch_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::V2::IntentBatch) — The collection of intents to update or create.
Note: The following fields are mutually exclusive:
intent_batch_inline
,intent_batch_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#intent_batch_uri
def intent_batch_uri() -> ::String
-
(::String) — 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://".
Note: The following fields are mutually exclusive:
intent_batch_uri
,intent_batch_inline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#intent_batch_uri=
def intent_batch_uri=(value) -> ::String
-
value (::String) — 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://".
Note: The following fields are mutually exclusive:
intent_batch_uri
,intent_batch_inline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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://".
Note: The following fields are mutually exclusive:
intent_batch_uri
,intent_batch_inline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#intent_view
def intent_view() -> ::Google::Cloud::Dialogflow::V2::IntentView
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#intent_view=
def intent_view=(value) -> ::Google::Cloud::Dialogflow::V2::IntentView
- value (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#language_code
def language_code() -> ::String
- (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
#language_code=
def language_code=(value) -> ::String
- value (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
- (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
#parent
def parent() -> ::String
-
(::String) — Required. The name of the agent to update or create intents in.
Format:
projects/<Project ID>/agent
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the agent to update or create intents in.
Format:
projects/<Project ID>/agent
.
-
(::String) — Required. The name of the agent to update or create intents in.
Format:
projects/<Project ID>/agent
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.