public interface ClearSuggestionFeatureConfigOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationProfile()
The resource name of the conversation profile.
|
ByteString |
getConversationProfileBytes()
The resource name of the conversation profile.
|
Timestamp |
getCreateTime()
Timestamp whe the request was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp whe the request was created.
|
Participant.Role |
getParticipantRole()
Required.
|
int |
getParticipantRoleValue()
Required.
|
SuggestionFeature.Type |
getSuggestionFeatureType()
Required.
|
int |
getSuggestionFeatureTypeValue()
Required.
|
boolean |
hasCreateTime()
Timestamp whe the request was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversationProfile()
The resource name of the conversation profile. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`
string conversation_profile = 1;
ByteString getConversationProfileBytes()
The resource name of the conversation profile. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`
string conversation_profile = 1;
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];
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];
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];
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];
boolean hasCreateTime()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
Timestamp getCreateTime()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
Copyright © 2022 Google LLC. All rights reserved.