GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput constructor
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput({
- GoogleCloudDialogflowCxV3Page? currentPage,
- Map<
String, Object?> ? diagnosticInfo, - List<
GoogleCloudDialogflowCxV3TestRunDifference> ? differences, - Map<
String, Object?> ? sessionParameters, - GoogleRpcStatus? status,
- List<
GoogleCloudDialogflowCxV3ResponseMessageText> ? textResponses, - GoogleCloudDialogflowCxV3Intent? triggeredIntent,
Implementation
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput({
this.currentPage,
this.diagnosticInfo,
this.differences,
this.sessionParameters,
this.status,
this.textResponses,
this.triggeredIntent,
});