GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput constructor

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput({
  1. GoogleCloudDialogflowCxV3Page? currentPage,
  2. Map<String, Object?>? diagnosticInfo,
  3. List<GoogleCloudDialogflowCxV3TestRunDifference>? differences,
  4. Map<String, Object?>? sessionParameters,
  5. GoogleRpcStatus? status,
  6. List<GoogleCloudDialogflowCxV3ResponseMessageText>? textResponses,
  7. GoogleCloudDialogflowCxV3Intent? triggeredIntent,
})

Implementation

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput({
  this.currentPage,
  this.diagnosticInfo,
  this.differences,
  this.sessionParameters,
  this.status,
  this.textResponses,
  this.triggeredIntent,
});