Interface HumanAgentAssistantConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    HumanAgentAssistantConfig, HumanAgentAssistantConfig.Builder

    public interface HumanAgentAssistantConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasNotificationConfig

        boolean hasNotificationConfig()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
        Returns:
        Whether the notificationConfig field is set.
      • getNotificationConfig

        NotificationConfig getNotificationConfig()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
        Returns:
        The notificationConfig.
      • getNotificationConfigOrBuilder

        NotificationConfigOrBuilder getNotificationConfigOrBuilder()
         Pub/Sub topic on which to publish new agent assistant events.
         
        .google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
      • hasHumanAgentSuggestionConfig

        boolean hasHumanAgentSuggestionConfig()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
        Returns:
        Whether the humanAgentSuggestionConfig field is set.
      • getHumanAgentSuggestionConfig

        HumanAgentAssistantConfig.SuggestionConfig getHumanAgentSuggestionConfig()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
        Returns:
        The humanAgentSuggestionConfig.
      • getHumanAgentSuggestionConfigOrBuilder

        HumanAgentAssistantConfig.SuggestionConfigOrBuilder getHumanAgentSuggestionConfigOrBuilder()
         Configuration for agent assistance of human agent participant.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
      • hasEndUserSuggestionConfig

        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.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
        Returns:
        Whether the endUserSuggestionConfig field is set.
      • getEndUserSuggestionConfig

        HumanAgentAssistantConfig.SuggestionConfig getEndUserSuggestionConfig()
         Configuration for agent assistance of end user participant.
        
         Currently, this feature is not general available, please contact Google
         to get access.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
        Returns:
        The endUserSuggestionConfig.
      • getEndUserSuggestionConfigOrBuilder

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

        boolean hasMessageAnalysisConfig()
         Configuration for message analysis.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
        Returns:
        Whether the messageAnalysisConfig field is set.
      • getMessageAnalysisConfig

        HumanAgentAssistantConfig.MessageAnalysisConfig getMessageAnalysisConfig()
         Configuration for message analysis.
         
        .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
        Returns:
        The messageAnalysisConfig.