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

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest.

The request message for EntityTypes.ImportEntityTypes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_types_content

def entity_types_content() -> ::Google::Cloud::Dialogflow::CX::V3::InlineSource
Returns

#entity_types_content=

def entity_types_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineSource
Parameter
Returns

#entity_types_uri

def entity_types_uri() -> ::String
Returns
  • (::String) — The Google Cloud Storage URI to import entity types from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

#entity_types_uri=

def entity_types_uri=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage URI to import entity types from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Returns
  • (::String) — The Google Cloud Storage URI to import entity types from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

#merge_option

def merge_option() -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption
Returns

#merge_option=

def merge_option=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The agent to import the entity types into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The agent to import the entity types into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Returns
  • (::String) — Required. The agent to import the entity types into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

#target_entity_type

def target_entity_type() -> ::String
Returns
  • (::String) — Optional. The target entity type to import into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>. If set, there should be only one entity type included in [entity_types][google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types], of which the type should match the type of the target entity type. All entities in the imported entity type will be added to the target entity type.

#target_entity_type=

def target_entity_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The target entity type to import into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>. If set, there should be only one entity type included in [entity_types][google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types], of which the type should match the type of the target entity type. All entities in the imported entity type will be added to the target entity type.
Returns
  • (::String) — Optional. The target entity type to import into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>. If set, there should be only one entity type included in [entity_types][google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types], of which the type should match the type of the target entity type. All entities in the imported entity type will be added to the target entity type.