ProjectsConversationProfilesResource class

Constructors

ProjectsConversationProfilesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearSuggestionFeatureConfig(GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest request, String conversationProfile, {String? $fields}) Future<GoogleLongrunningOperation>
Clears a suggestion feature from a conversation profile for the given participant role.
create(GoogleCloudDialogflowV2ConversationProfile request, String parent, {String? $fields}) Future<GoogleCloudDialogflowV2ConversationProfile>
Creates a conversation profile in the specified project.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified conversation profile.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowV2ConversationProfile>
Retrieves the specified conversation profile.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowV2ListConversationProfilesResponse>
Returns the list of all conversation profiles in the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowV2ConversationProfile request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2ConversationProfile>
Updates the specified conversation profile.
setSuggestionFeatureConfig(GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest request, String conversationProfile, {String? $fields}) Future<GoogleLongrunningOperation>
Adds or updates a suggestion feature in a conversation profile.
toString() String
A string representation of this object.
inherited

Operators

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