public final class ClearSuggestionFeatureConfigRequest extends GeneratedMessageV3 implements ClearSuggestionFeatureConfigRequestOrBuilder
The request message for [ConversationProfiles.ClearFeature][].
Protobuf type google.cloud.dialogflow.v2.ClearSuggestionFeatureConfigRequest
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_TYPE_FIELD_NUMBER
public static final int SUGGESTION_FEATURE_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ClearSuggestionFeatureConfigRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ClearSuggestionFeatureConfigRequest.Builder newBuilder()
Returns
newBuilder(ClearSuggestionFeatureConfigRequest prototype)
public static ClearSuggestionFeatureConfigRequest.Builder newBuilder(ClearSuggestionFeatureConfigRequest prototype)
Parameter
Returns
public static ClearSuggestionFeatureConfigRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ClearSuggestionFeatureConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ClearSuggestionFeatureConfigRequest parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ClearSuggestionFeatureConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ClearSuggestionFeatureConfigRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ClearSuggestionFeatureConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ClearSuggestionFeatureConfigRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ClearSuggestionFeatureConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ClearSuggestionFeatureConfigRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ClearSuggestionFeatureConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ClearSuggestionFeatureConfigRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ClearSuggestionFeatureConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ClearSuggestionFeatureConfigRequest> 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 ClearSuggestionFeatureConfigRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ClearSuggestionFeatureConfigRequest> getParserForType()
Returns
Overrides
getParticipantRole()
public 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
getParticipantRoleValue()
public 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
Type |
Description |
int |
The enum numeric value on the wire for participantRole.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSuggestionFeatureType()
public 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
getSuggestionFeatureTypeValue()
public 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
Type |
Description |
int |
The enum numeric value on the wire for suggestionFeatureType.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ClearSuggestionFeatureConfigRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ClearSuggestionFeatureConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ClearSuggestionFeatureConfigRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions