Interface ClearSuggestionFeatureConfigRequestOrBuilder (4.43.0)

public interface ClearSuggestionFeatureConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationProfile()

public abstract String getConversationProfile()

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The conversationProfile.

getConversationProfileBytes()

public abstract ByteString getConversationProfileBytes()

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for conversationProfile.

getParticipantRole()

public abstract Participant.Role getParticipantRole()

Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

.google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Participant.Role

The participantRole.

getParticipantRoleValue()

public abstract int getParticipantRoleValue()

Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

.google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for participantRole.

getSuggestionFeatureType()

public abstract SuggestionFeature.Type getSuggestionFeatureType()

Required. The type of the suggestion feature to remove.

.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SuggestionFeature.Type

The suggestionFeatureType.

getSuggestionFeatureTypeValue()

public abstract int getSuggestionFeatureTypeValue()

Required. The type of the suggestion feature to remove.

.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for suggestionFeatureType.