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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.