View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportEntityTypesResponse (google_api_dialogflow v0.78.0)

The response message for EntityTypes.ExportEntityTypes.

Attributes

  • entityTypesContent (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineDestination.t, default: nil) - Uncompressed byte content for entity types. This field is populated only if entity_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 if entity_types_uri is specified in ExportEntityTypesRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportEntityTypesResponse{
    entityTypesContent:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineDestination.t()
      | nil,
    entityTypesUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.