Import data into the specified conversation dataset. Note that it is not allowed to import data to a conversation dataset that already has data in it.
This method is a long-running operation. The returned Operation type has the following method-specific fields:
- metadata:- ImportConversationDataOperationMetadata
- response:- ImportConversationDataOperationResponse
HTTP request
POST https://{endpoint}/v2/{name=projects/*/conversationDatasets/*}:importConversationData
Where {endpoint} is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Dataset resource name. Format:  Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "inputConfig": {
    object ( | 
| Fields | |
|---|---|
| inputConfig | 
 Required. Configuration describing where to import data from. | 
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/dialogflow
For more information, see the Authentication Overview.