Interface SetSuggestionFeatureConfigRequestOrBuilder (4.11.0)

See more code actions.
public interface SetSuggestionFeatureConfigRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder

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
Type Description
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
Type Description
ByteString

The bytes for conversationProfile.

getParticipantRole()

public abstract Participant.Role getParticipantRole()

Required. The participant role to add or update 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
Type Description
Participant.Role

The participantRole.

getParticipantRoleValue()

public abstract int getParticipantRoleValue()

Required. The participant role to add or update 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
Type Description
int

The enum numeric value on the wire for participantRole.

getSuggestionFeatureConfig()

public abstract HumanAgentAssistantConfig.SuggestionFeatureConfig getSuggestionFeatureConfig()

Required. The suggestion feature config to add or update.

.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HumanAgentAssistantConfig.SuggestionFeatureConfig

The suggestionFeatureConfig.

getSuggestionFeatureConfigOrBuilder()

public abstract HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder getSuggestionFeatureConfigOrBuilder()

Required. The suggestion feature config to add or update.

.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns

hasSuggestionFeatureConfig()

public abstract boolean hasSuggestionFeatureConfig()

Required. The suggestion feature config to add or update.

.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the suggestionFeatureConfig field is set.