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

The request message for EntityTypes.ExportEntityTypes.

Attributes

  • dataFormat (type: String.t, default: nil) - Optional. The data format of the exported entity types. If not specified, BLOB is assumed.
  • entityTypes (type: list(String.t), default: nil) - Required. The name of the entity types to export. Format: projects//locations//agents//entityTypes/.
  • entityTypesContentInline (type: boolean(), default: nil) - Optional. The option to return the serialized entity types inline.
  • entityTypesUri (type: String.t, default: nil) - Optional. The Google Cloud Storage URI to export the entity types to. The format of this URI must be gs:///. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.
  • languageCode (type: String.t, default: nil) - Optional. The language to retrieve the entity type for. The following fields are language dependent: EntityType.entities.value EntityType.entities.synonyms * EntityType.excluded_phrases.value If not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportEntityTypesRequest{
    dataFormat: String.t() | nil,
    entityTypes: [String.t()] | nil,
    entityTypesContentInline: boolean() | nil,
    entityTypesUri: String.t() | nil,
    languageCode: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.