Package com.google.cloud.dialogflow.v2
Interface ClearSuggestionFeatureConfigOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClearSuggestionFeatureConfigOperationMetadata,ClearSuggestionFeatureConfigOperationMetadata.Builder
public interface ClearSuggestionFeatureConfigOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConversationProfile()The resource name of the conversation profile.com.google.protobuf.ByteStringgetConversationProfileBytes()The resource name of the conversation profile.com.google.protobuf.TimestampgetCreateTime()Timestamp whe the request was created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Timestamp whe the request was created.Participant.RolegetParticipantRole()Required.intgetParticipantRoleValue()Required.SuggestionFeature.TypegetSuggestionFeatureType()Required.intgetSuggestionFeatureTypeValue()Required.booleanhasCreateTime()Timestamp whe the request was created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationProfile
String getConversationProfile()
The resource name of the conversation profile. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`
string conversation_profile = 1;- Returns:
- The conversationProfile.
-
getConversationProfileBytes
com.google.protobuf.ByteString getConversationProfileBytes()
The resource name of the conversation profile. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`
string conversation_profile = 1;- Returns:
- The bytes for conversationProfile.
-
getParticipantRoleValue
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:
- The enum numeric value on the wire for participantRole.
-
getParticipantRole
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:
- The participantRole.
-
getSuggestionFeatureTypeValue
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:
- The enum numeric value on the wire for suggestionFeatureType.
-
getSuggestionFeatureType
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:
- The suggestionFeatureType.
-
hasCreateTime
boolean hasCreateTime()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
-
-