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

The response message for Intents.ExportIntents.

Attributes

  • intentsContent (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t, default: nil) - Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.
  • intentsUri (type: String.t, default: nil) - The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ExportIntentsResponse{
    intentsContent:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1InlineDestination.t()
      | nil,
    intentsUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.