View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportConversationDataRequest (google_api_dialogflow v0.88.2)
The request message for ConversationDatasets.ImportConversationData.
Attributes
-
inputConfig
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig.t
, default:nil
) - Required. Configuration describing where to import data from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportConversationDataRequest{ inputConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig.t() | nil }