ProjectsConversationsResource class
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