Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesResponse.
The response message for EntityTypes.ExportEntityTypes.
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::InlineDestination- 
        (::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inlineis set to true in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_content,entity_types_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#entity_types_content=
def entity_types_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineDestination- 
        value (::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inlineis set to true in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_content,entity_types_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inlineis set to true in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_content,entity_types_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#entity_types_uri
def entity_types_uri() -> ::String- 
        (::String) — The URI to a file containing the exported entity types. This field is
populated only if entity_types_uriis specified in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_uri,entity_types_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#entity_types_uri=
def entity_types_uri=(value) -> ::String- 
        value (::String) — The URI to a file containing the exported entity types. This field is
populated only if entity_types_uriis specified in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_uri,entity_types_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::String) — The URI to a file containing the exported entity types. This field is
populated only if entity_types_uriis specified in ExportEntityTypesRequest.Note: The following fields are mutually exclusive: entity_types_uri,entity_types_content. If a field in that set is populated, all other fields in the set will automatically be cleared.