ProjectsConversationsResource class

Constructors

ProjectsConversationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
messages ProjectsConversationsMessagesResource
no setter
participants ProjectsConversationsParticipantsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions ProjectsConversationsSuggestionsResource
no setter

Methods

complete(GoogleCloudDialogflowV2CompleteConversationRequest request, String name, {String? $fields}) Future<GoogleCloudDialogflowV2Conversation>
Completes the specified conversation.
create(GoogleCloudDialogflowV2Conversation request, String parent, {String? conversationId, String? $fields}) Future<GoogleCloudDialogflowV2Conversation>
Creates a new conversation.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowV2Conversation>
Retrieves the specific conversation.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowV2ListConversationsResponse>
Returns the list of all conversations in the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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