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

The request message for Flows.ImportFlow.

Attributes

  • flowContent (type: String.t, default: nil) - Uncompressed raw byte content for flow.
  • flowImportStrategy (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FlowImportStrategy.t, default: nil) - Optional. Specifies the import strategy used when resolving resource conflicts.
  • flowUri (type: String.t, default: nil) - The Google Cloud Storage URI to import flow from. The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.
  • importOption (type: String.t, default: nil) - Flow import mode. If not specified, KEEP is assumed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportFlowRequest{
    flowContent: String.t() | nil,
    flowImportStrategy:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FlowImportStrategy.t()
      | nil,
    flowUri: String.t() | nil,
    importOption: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.