GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse (google_api_dialogflow v0.89.0)
View SourceThe response message for EntityTypes.ExportEntityTypes.
Attributes
-
entityTypesContent(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t, default:nil) - Uncompressed byte content for entity types. This field is populated only ifentity_types_content_inlineis 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_uriis specified in ExportEntityTypesRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse{ entityTypesContent: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t() | nil, entityTypesUri: String.t() | nil }