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
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if
entity_types_content_inline
is set to true in ExportEntityTypesRequest.
#entity_types_content=
def entity_types_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineDestination
Parameter
-
value (::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if
entity_types_content_inline
is set to true in ExportEntityTypesRequest.
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for entity types. This field is populated only
if
entity_types_content_inline
is set to true in ExportEntityTypesRequest.
#entity_types_uri
def entity_types_uri() -> ::String
Returns
-
(::String) — The URI to a file containing the exported entity types. This field is
populated only if
entity_types_uri
is specified in ExportEntityTypesRequest.
#entity_types_uri=
def entity_types_uri=(value) -> ::String
Parameter
-
value (::String) — The URI to a file containing the exported entity types. This field is
populated only if
entity_types_uri
is specified in ExportEntityTypesRequest.
Returns
-
(::String) — The URI to a file containing the exported entity types. This field is
populated only if
entity_types_uri
is specified in ExportEntityTypesRequest.