Class SetSuggestionFeatureConfigRequest (4.6.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 4.6.0keyboard_arrow_down
public final class SetSuggestionFeatureConfigRequest extends GeneratedMessageV3 implements SetSuggestionFeatureConfigRequestOrBuilder
The request message for
[ConversationProfiles.SetSuggestionFeature][].
Protobuf type google.cloud.dialogflow.v2beta1.SetSuggestionFeatureConfigRequest
Static Fields
CONVERSATION_PROFILE_FIELD_NUMBER
public static final int CONVERSATION_PROFILE_FIELD_NUMBER
Field Value
PARTICIPANT_ROLE_FIELD_NUMBER
public static final int PARTICIPANT_ROLE_FIELD_NUMBER
Field Value
SUGGESTION_FEATURE_CONFIG_FIELD_NUMBER
public static final int SUGGESTION_FEATURE_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SetSuggestionFeatureConfigRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static SetSuggestionFeatureConfigRequest . Builder newBuilder ()
Returns
newBuilder(SetSuggestionFeatureConfigRequest prototype)
public static SetSuggestionFeatureConfigRequest . Builder newBuilder ( SetSuggestionFeatureConfigRequest prototype )
Parameter
Returns
public static SetSuggestionFeatureConfigRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SetSuggestionFeatureConfigRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SetSuggestionFeatureConfigRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetSuggestionFeatureConfigRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SetSuggestionFeatureConfigRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetSuggestionFeatureConfigRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SetSuggestionFeatureConfigRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static SetSuggestionFeatureConfigRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SetSuggestionFeatureConfigRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SetSuggestionFeatureConfigRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SetSuggestionFeatureConfigRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetSuggestionFeatureConfigRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<SetSuggestionFeatureConfigRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getConversationProfile()
public 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 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.
getDefaultInstanceForType()
public SetSuggestionFeatureConfigRequest getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<SetSuggestionFeatureConfigRequest> getParserForType ()
Returns
Overrides
getParticipantRole()
public 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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getParticipantRoleValue()
public 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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for participantRole.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSuggestionFeatureConfig()
public HumanAgentAssistantConfig . SuggestionFeatureConfig getSuggestionFeatureConfig ()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getSuggestionFeatureConfigOrBuilder()
public HumanAgentAssistantConfig . SuggestionFeatureConfigOrBuilder getSuggestionFeatureConfigOrBuilder ()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasSuggestionFeatureConfig()
public boolean hasSuggestionFeatureConfig ()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the suggestionFeatureConfig field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public SetSuggestionFeatureConfigRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetSuggestionFeatureConfigRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public SetSuggestionFeatureConfigRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[]]