Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest.
The request message for EntityTypes.ExportEntityTypes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_format
def data_format() -> ::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat
-
(::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat) — Optional. The data format of the exported entity types. If not specified,
BLOB
is assumed.
#data_format=
def data_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat
-
value (::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat) — Optional. The data format of the exported entity types. If not specified,
BLOB
is assumed.
-
(::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat) — Optional. The data format of the exported entity types. If not specified,
BLOB
is assumed.
#entity_types
def entity_types() -> ::Array<::String>
-
(::Array<::String>) — Required. The name of the entity types to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<EntityType ID>
.
#entity_types=
def entity_types=(value) -> ::Array<::String>
-
value (::Array<::String>) — Required. The name of the entity types to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<EntityType ID>
.
-
(::Array<::String>) — Required. The name of the entity types to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<EntityType ID>
.
#entity_types_content_inline
def entity_types_content_inline() -> ::Boolean
- (::Boolean) — Optional. The option to return the serialized entity types inline.
#entity_types_content_inline=
def entity_types_content_inline=(value) -> ::Boolean
- value (::Boolean) — Optional. The option to return the serialized entity types inline.
- (::Boolean) — Optional. The option to return the serialized entity types inline.
#entity_types_uri
def entity_types_uri() -> ::String
-
(::String) — Optional. The Google Cloud
Storage URI to export the entity
types to. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.
#entity_types_uri=
def entity_types_uri=(value) -> ::String
-
value (::String) — Optional. The Google Cloud
Storage URI to export the entity
types to. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.
-
(::String) — Optional. The Google Cloud
Storage URI to export the entity
types to. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.
#language_code
def language_code() -> ::String
-
(::String) — Optional. The language to retrieve the entity type for. The following
fields are language dependent:
-
EntityType.entities.value
-
EntityType.entities.synonyms
-
EntityType.excluded_phrases.value
If not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
-
#language_code=
def language_code=(value) -> ::String
-
value (::String) — Optional. The language to retrieve the entity type for. The following
fields are language dependent:
-
EntityType.entities.value
-
EntityType.entities.synonyms
-
EntityType.excluded_phrases.value
If not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
-
-
(::String) — Optional. The language to retrieve the entity type for. The following
fields are language dependent:
-
EntityType.entities.value
-
EntityType.entities.synonyms
-
EntityType.excluded_phrases.value
If not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
-
#parent
def parent() -> ::String
-
(::String) — Required. The name of the parent agent to export entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the parent agent to export entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
-
(::String) — Required. The name of the parent agent to export entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.