ImportConversationDataOperationResponse

Response used for ConversationDatasets.ImportConversationData long running operation.

JSON representation
{
  "conversationDataset": string,
  "importCount": integer
}
Fields
conversationDataset

string

The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>

importCount

integer

Number of conversations imported successfully.