GoogleCloudDialogflowV2Conversation constructor

GoogleCloudDialogflowV2Conversation({
  1. String? conversationProfile,
  2. String? conversationStage,
  3. String? endTime,
  4. String? lifecycleState,
  5. String? name,
  6. GoogleCloudDialogflowV2ConversationPhoneNumber? phoneNumber,
  7. String? startTime,
})

Implementation

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