GoogleCloudDialogflowV2Conversation class

Represents a conversation.

A conversation is an interaction between an agent, including live agents and Dialogflow agents, and a support customer. Conversations can include phone calls and text-based chat sessions.

Constructors

GoogleCloudDialogflowV2Conversation({String? conversationProfile, String? conversationStage, String? endTime, String? lifecycleState, String? name, GoogleCloudDialogflowV2ConversationPhoneNumber? phoneNumber, String? startTime})
GoogleCloudDialogflowV2Conversation.fromJson(Map json_)

Properties

conversationProfile String?
The Conversation Profile to be used to configure this Conversation.
getter/setter pair
conversationStage String?
The stage of a conversation.
getter/setter pair
endTime String?
The time the conversation was finished.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lifecycleState String?
The current state of the Conversation.
getter/setter pair
name String?
The unique identifier of this conversation.
getter/setter pair
phoneNumber GoogleCloudDialogflowV2ConversationPhoneNumber?
It will not be empty if the conversation is to be connected over telephony.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time the conversation was started.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited