View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse (google_api_dialogflow v0.88.3)
The response message for EntityTypes.ExportEntityTypes.
Attributes
-
entityTypesContent
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t
, default:nil
) - Uncompressed byte content for entity types. This field is populated only ifentity_types_content_inline
is set to true in ExportEntityTypesRequest. -
entityTypesUri
(type:String.t
, default:nil
) - The URI to a file containing the exported entity types. This field is populated only ifentity_types_uri
is specified in ExportEntityTypesRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse{ entityTypesContent: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t() | nil, entityTypesUri: String.t() | nil }