public static final class SetSuggestionFeatureConfigOperationMetadata.Builder extends GeneratedMessageV3.Builder<SetSuggestionFeatureConfigOperationMetadata.Builder> implements SetSuggestionFeatureConfigOperationMetadataOrBuilderMetadata for a [ConversationProfile.SetSuggestionFeatureConfig][] operation.
Protobuf type google.cloud.dialogflow.v2.SetSuggestionFeatureConfigOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SetSuggestionFeatureConfigOperationMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SetSuggestionFeatureConfigOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
build()
public SetSuggestionFeatureConfigOperationMetadata build()| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata |
buildPartial()
public SetSuggestionFeatureConfigOperationMetadata buildPartial()| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata |
clear()
public SetSuggestionFeatureConfigOperationMetadata.Builder clear()| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
clearConversationProfile()
public SetSuggestionFeatureConfigOperationMetadata.Builder clearConversationProfile() The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
string conversation_profile = 1;
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
clearCreateTime()
public SetSuggestionFeatureConfigOperationMetadata.Builder clearCreateTime()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public SetSuggestionFeatureConfigOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SetSuggestionFeatureConfigOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
clearParticipantRole()
public SetSuggestionFeatureConfigOperationMetadata.Builder clearParticipantRole()Required. The participant role to add or update 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];
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
clearSuggestionFeatureType()
public SetSuggestionFeatureConfigOperationMetadata.Builder clearSuggestionFeatureType()Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
clone()
public SetSuggestionFeatureConfigOperationMetadata.Builder clone()| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
getConversationProfile()
public 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 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 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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public SetSuggestionFeatureConfigOperationMetadata getDefaultInstanceForType()| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
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.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Participant.Role | The participantRole. |
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.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for participantRole. |
getSuggestionFeatureType()
public SuggestionFeature.Type getSuggestionFeatureType()Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SuggestionFeature.Type | The suggestionFeatureType. |
getSuggestionFeatureTypeValue()
public int getSuggestionFeatureTypeValue()Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2.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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeCreateTime(Timestamp value)
public SetSuggestionFeatureConfigOperationMetadata.Builder mergeCreateTime(Timestamp value)Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Name | Description |
| value | Timestamp |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
mergeFrom(SetSuggestionFeatureConfigOperationMetadata other)
public SetSuggestionFeatureConfigOperationMetadata.Builder mergeFrom(SetSuggestionFeatureConfigOperationMetadata other)| Name | Description |
| other | SetSuggestionFeatureConfigOperationMetadata |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SetSuggestionFeatureConfigOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public SetSuggestionFeatureConfigOperationMetadata.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SetSuggestionFeatureConfigOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
setConversationProfile(String value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setConversationProfile(String value) The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
string conversation_profile = 1;
| Name | Description |
| value | StringThe conversationProfile to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setConversationProfileBytes(ByteString value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setConversationProfileBytes(ByteString value) The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
string conversation_profile = 1;
| Name | Description |
| value | ByteStringThe bytes for conversationProfile to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setCreateTime(Timestamp value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setCreateTime(Timestamp value)Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Name | Description |
| value | Timestamp |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public SetSuggestionFeatureConfigOperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)Timestamp whe the request was created. The time is measured on server side.
.google.protobuf.Timestamp create_time = 4;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
setParticipantRole(Participant.Role value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setParticipantRole(Participant.Role value)Required. The participant role to add or update 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];
| Name | Description |
| value | Participant.RoleThe participantRole to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setParticipantRoleValue(int value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setParticipantRoleValue(int value)Required. The participant role to add or update 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];
| Name | Description |
| value | intThe enum numeric value on the wire for participantRole to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |
setSuggestionFeatureType(SuggestionFeature.Type value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setSuggestionFeatureType(SuggestionFeature.Type value)Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | SuggestionFeature.TypeThe suggestionFeatureType to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setSuggestionFeatureTypeValue(int value)
public SetSuggestionFeatureConfigOperationMetadata.Builder setSuggestionFeatureTypeValue(int value)Required. The type of the suggestion feature to add or update.
.google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | intThe enum numeric value on the wire for suggestionFeatureType to set. |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SetSuggestionFeatureConfigOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SetSuggestionFeatureConfigOperationMetadata.Builder |