GoogleCloudDialogflowV2Conversation constructor

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

Implementation

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