Interface HumanAgentHandoffConfigOrBuilder

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

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

      • hasLivePersonConfig

        boolean hasLivePersonConfig()
         Uses LivePerson (https://www.liveperson.com).
         
        .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
        Returns:
        Whether the livePersonConfig field is set.
      • getLivePersonConfig

        HumanAgentHandoffConfig.LivePersonConfig getLivePersonConfig()
         Uses LivePerson (https://www.liveperson.com).
         
        .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
        Returns:
        The livePersonConfig.
      • getLivePersonConfigOrBuilder

        HumanAgentHandoffConfig.LivePersonConfigOrBuilder getLivePersonConfigOrBuilder()
         Uses LivePerson (https://www.liveperson.com).
         
        .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
      • hasSalesforceLiveAgentConfig

        boolean hasSalesforceLiveAgentConfig()
         Uses Salesforce Live Agent.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
        Returns:
        Whether the salesforceLiveAgentConfig field is set.
      • getSalesforceLiveAgentConfig

        HumanAgentHandoffConfig.SalesforceLiveAgentConfig getSalesforceLiveAgentConfig()
         Uses Salesforce Live Agent.
         
        .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
        Returns:
        The salesforceLiveAgentConfig.