View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportFlowResponse (google_api_dialogflow v0.77.0)

The response message for Flows.ExportFlow.

Attributes

  • flowContent (type: String.t, default: nil) - Uncompressed raw byte content for flow.
  • flowUri (type: String.t, default: nil) - The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportFlowResponse{
    flowContent: String.t() | nil,
    flowUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.