GoogleCloudDialogflowV2Conversation constructor

GoogleCloudDialogflowV2Conversation({
  1. String? conversationProfile,
  2. String? conversationStage,
  3. String? endTime,
  4. Map<String, GoogleCloudDialogflowV2ConversationContextReference>? ingestedContextReferences,
  5. GoogleCloudDialogflowV2ConversationProfile? initialConversationProfile,
  6. Map<String, GoogleCloudDialogflowV2ConversationGeneratorContext>? initialGeneratorContexts,
  7. String? lifecycleState,
  8. String? name,
  9. GoogleCloudDialogflowV2ConversationPhoneNumber? phoneNumber,
  10. String? startTime,
  11. GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo? telephonyConnectionInfo,
})

Implementation

GoogleCloudDialogflowV2Conversation({
  this.conversationProfile,
  this.conversationStage,
  this.endTime,
  this.ingestedContextReferences,
  this.initialConversationProfile,
  this.initialGeneratorContexts,
  this.lifecycleState,
  this.name,
  this.phoneNumber,
  this.startTime,
  this.telephonyConnectionInfo,
});