public interface SetSuggestionFeatureConfigOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationProfile()
public abstract String getConversationProfile() The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
string conversation_profile = 1;
| Type | Description |
| String | The conversationProfile. |
getConversationProfileBytes()
public abstract ByteString getConversationProfileBytes() The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
string conversation_profile = 1;
| Type | Description |
| ByteString | The bytes for conversationProfile. |
getCreateTime()
public abstract Timestamp getCreateTime()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| TimestampOrBuilder |
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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
| 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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for participantRole. |
getSuggestionFeatureType()
public abstract SuggestionFeature.Type getSuggestionFeatureType()Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SuggestionFeature.Type | The suggestionFeatureType. |
getSuggestionFeatureTypeValue()
public abstract int getSuggestionFeatureTypeValue()Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for suggestionFeatureType. |
hasCreateTime()
public abstract boolean hasCreateTime()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| boolean | Whether the createTime field is set. |