View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportConversationDataOperationResponse (google_api_dialogflow v0.88.3)

Response used for ConversationDatasets.ImportConversationData long running operation.

Attributes

  • conversationDataset (type: String.t, default: nil) - The resource name of the imported conversation dataset. Format: projects//locations//conversationDatasets/
  • importCount (type: integer(), default: nil) - Number of conversations imported successfully.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportConversationDataOperationResponse{
    conversationDataset: String.t() | nil,
    importCount: integer() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.