Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest (v0.26.0)

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
Returns

#data_format=

def data_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat
Parameter
Returns

#entity_types

def entity_types() -> ::Array<::String>
Returns
  • (::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>
Parameter
  • 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>.
Returns
  • (::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
Returns
  • (::Boolean) — Optional. The option to return the serialized entity types inline.

#entity_types_content_inline=

def entity_types_content_inline=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. The option to return the serialized entity types inline.
Returns
  • (::Boolean) — Optional. The option to return the serialized entity types inline.

#entity_types_uri

def entity_types_uri() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • value (::String) — Required. The name of the parent agent to export entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Returns
  • (::String) — Required. The name of the parent agent to export entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.