Class HumanAgentAssistantConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>
      • getDefaultInstanceForType

        public HumanAgentAssistantConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public HumanAgentAssistantConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public HumanAgentAssistantConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public HumanAgentAssistantConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>
      • mergeFrom

        public HumanAgentAssistantConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HumanAgentAssistantConfig.Builder>
        Throws:
        IOException
      • hasNotificationConfig

        public boolean hasNotificationConfig()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 2;
        Specified by:
        hasNotificationConfig in interface HumanAgentAssistantConfigOrBuilder
        Returns:
        Whether the notificationConfig field is set.
      • setNotificationConfig

        public HumanAgentAssistantConfig.Builder setNotificationConfig​(NotificationConfig value)
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 2;
      • mergeNotificationConfig

        public HumanAgentAssistantConfig.Builder mergeNotificationConfig​(NotificationConfig value)
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 2;
      • clearNotificationConfig

        public HumanAgentAssistantConfig.Builder clearNotificationConfig()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 2;
      • getNotificationConfigBuilder

        public NotificationConfig.Builder getNotificationConfigBuilder()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 2;
      • hasHumanAgentSuggestionConfig

        public boolean hasHumanAgentSuggestionConfig()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
        Specified by:
        hasHumanAgentSuggestionConfig in interface HumanAgentAssistantConfigOrBuilder
        Returns:
        Whether the humanAgentSuggestionConfig field is set.
      • clearHumanAgentSuggestionConfig

        public HumanAgentAssistantConfig.Builder clearHumanAgentSuggestionConfig()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
      • getHumanAgentSuggestionConfigBuilder

        public HumanAgentAssistantConfig.SuggestionConfig.Builder getHumanAgentSuggestionConfigBuilder()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
      • hasEndUserSuggestionConfig

        public boolean hasEndUserSuggestionConfig()
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
        Specified by:
        hasEndUserSuggestionConfig in interface HumanAgentAssistantConfigOrBuilder
        Returns:
        Whether the endUserSuggestionConfig field is set.
      • setEndUserSuggestionConfig

        public HumanAgentAssistantConfig.Builder setEndUserSuggestionConfig​(HumanAgentAssistantConfig.SuggestionConfig value)
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
      • setEndUserSuggestionConfig

        public HumanAgentAssistantConfig.Builder setEndUserSuggestionConfig​(HumanAgentAssistantConfig.SuggestionConfig.Builder builderForValue)
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
      • mergeEndUserSuggestionConfig

        public HumanAgentAssistantConfig.Builder mergeEndUserSuggestionConfig​(HumanAgentAssistantConfig.SuggestionConfig value)
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
      • clearEndUserSuggestionConfig

        public HumanAgentAssistantConfig.Builder clearEndUserSuggestionConfig()
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
      • getEndUserSuggestionConfigBuilder

        public HumanAgentAssistantConfig.SuggestionConfig.Builder getEndUserSuggestionConfigBuilder()
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
      • hasMessageAnalysisConfig

        public boolean hasMessageAnalysisConfig()
         Configuration for message analysis.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
        Specified by:
        hasMessageAnalysisConfig in interface HumanAgentAssistantConfigOrBuilder
        Returns:
        Whether the messageAnalysisConfig field is set.
      • clearMessageAnalysisConfig

        public HumanAgentAssistantConfig.Builder clearMessageAnalysisConfig()
         Configuration for message analysis.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
      • getMessageAnalysisConfigBuilder

        public HumanAgentAssistantConfig.MessageAnalysisConfig.Builder getMessageAnalysisConfigBuilder()
         Configuration for message analysis.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
      • setUnknownFields

        public final HumanAgentAssistantConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>
      • mergeUnknownFields

        public final HumanAgentAssistantConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HumanAgentAssistantConfig.Builder>