public static final class SetSuggestionFeatureConfigRequest.Builder extends GeneratedMessageV3.Builder<SetSuggestionFeatureConfigRequest.Builder> implements SetSuggestionFeatureConfigRequestOrBuilder
   
   The request message for
 [ConversationProfiles.SetSuggestionFeature][].
 Protobuf type google.cloud.dialogflow.v2beta1.SetSuggestionFeatureConfigRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public SetSuggestionFeatureConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public SetSuggestionFeatureConfigRequest build()
   
  
  
  buildPartial()
  
    public SetSuggestionFeatureConfigRequest buildPartial()
   
  
  
  clear()
  
    public SetSuggestionFeatureConfigRequest.Builder clear()
   
  
  Overrides
  
  
  clearConversationProfile()
  
    public SetSuggestionFeatureConfigRequest.Builder clearConversationProfile()
   
   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];
clearField(Descriptors.FieldDescriptor field)
  
    public SetSuggestionFeatureConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public SetSuggestionFeatureConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearParticipantRole()
  
    public SetSuggestionFeatureConfigRequest.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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
 
clearSuggestionFeatureConfig()
  
    public SetSuggestionFeatureConfigRequest.Builder clearSuggestionFeatureConfig()
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
clone()
  
    public SetSuggestionFeatureConfigRequest.Builder clone()
   
  
  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 SetSuggestionFeatureConfigRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
 
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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for participantRole. | 
    
  
  
  getSuggestionFeatureConfig()
  
    public HumanAgentAssistantConfig.SuggestionFeatureConfig getSuggestionFeatureConfig()
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
getSuggestionFeatureConfigBuilder()
  
    public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder getSuggestionFeatureConfigBuilder()
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
getSuggestionFeatureConfigOrBuilder()
  
    public HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder getSuggestionFeatureConfigOrBuilder()
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
hasSuggestionFeatureConfig()
  
    public boolean hasSuggestionFeatureConfig()
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the suggestionFeatureConfig field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(SetSuggestionFeatureConfigRequest other)
  
    public SetSuggestionFeatureConfigRequest.Builder mergeFrom(SetSuggestionFeatureConfigRequest other)
   
  
  
  
  
  
    public SetSuggestionFeatureConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public SetSuggestionFeatureConfigRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig value)
  
    public SetSuggestionFeatureConfigRequest.Builder mergeSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig value)
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final SetSuggestionFeatureConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setConversationProfile(String value)
  
    public SetSuggestionFeatureConfigRequest.Builder setConversationProfile(String value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The conversationProfile to set. | 
    
  
  
  
  setConversationProfileBytes(ByteString value)
  
    public SetSuggestionFeatureConfigRequest.Builder setConversationProfileBytes(ByteString value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for conversationProfile to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public SetSuggestionFeatureConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setParticipantRole(Participant.Role value)
  
    public SetSuggestionFeatureConfigRequest.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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
 
setParticipantRoleValue(int value)
  
    public SetSuggestionFeatureConfigRequest.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.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | int
 The enum numeric value on the wire for participantRole to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public SetSuggestionFeatureConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig value)
  
    public SetSuggestionFeatureConfigRequest.Builder setSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig value)
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
setSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder builderForValue)
  
    public SetSuggestionFeatureConfigRequest.Builder setSuggestionFeatureConfig(HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder builderForValue)
   
   Required. The suggestion feature config to add or update.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final SetSuggestionFeatureConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides