GoogleCloudDialogflowV2Conversation constructor
GoogleCloudDialogflowV2Conversation({
- String? conversationProfile,
- String? conversationStage,
- String? endTime,
- Map<
String, GoogleCloudDialogflowV2ConversationContextReference> ? ingestedContextReferences, - String? lifecycleState,
- String? name,
- GoogleCloudDialogflowV2ConversationPhoneNumber? phoneNumber,
- String? startTime,
- GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo? telephonyConnectionInfo,
Implementation
GoogleCloudDialogflowV2Conversation({
this.conversationProfile,
this.conversationStage,
this.endTime,
this.ingestedContextReferences,
this.lifecycleState,
this.name,
this.phoneNumber,
this.startTime,
this.telephonyConnectionInfo,
});