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
- (::Google::Cloud::Dialogflow::CX::V3::InlineSource) — Uncompressed byte content of entity types.
#entity_types_content=
def entity_types_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineSource
- value (::Google::Cloud::Dialogflow::CX::V3::InlineSource) — Uncompressed byte content of entity types.
- (::Google::Cloud::Dialogflow::CX::V3::InlineSource) — Uncompressed byte content of entity types.
#entity_types_uri
def entity_types_uri() -> ::String
-
(::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
-
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.
-
(::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
- (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption) — Required. Merge option for importing entity types.
#merge_option=
def merge_option=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption
- value (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption) — Required. Merge option for importing entity types.
- (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption) — Required. Merge option for importing entity types.
#parent
def parent() -> ::String
-
(::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
-
value (::String) — Required. The agent to import the entity types into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
-
(::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
-
(::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
-
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.
-
(::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.