/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/conversation_profile.proto

package com.google.cloud.dialogflow.v2;

public interface HumanAgentHandoffConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.HumanAgentHandoffConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Uses LivePerson (https://www.liveperson.com).
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
   * </code>
   *
   * @return Whether the livePersonConfig field is set.
   */
  boolean hasLivePersonConfig();
  /**
   *
   *
   * <pre>
   * Uses LivePerson (https://www.liveperson.com).
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
   * </code>
   *
   * @return The livePersonConfig.
   */
  com.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig getLivePersonConfig();
  /**
   *
   *
   * <pre>
   * Uses LivePerson (https://www.liveperson.com).
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
   * </code>
   */
  com.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfigOrBuilder
      getLivePersonConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Uses Salesforce Live Agent.
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
   * </code>
   *
   * @return Whether the salesforceLiveAgentConfig field is set.
   */
  boolean hasSalesforceLiveAgentConfig();
  /**
   *
   *
   * <pre>
   * Uses Salesforce Live Agent.
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
   * </code>
   *
   * @return The salesforceLiveAgentConfig.
   */
  com.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig
      getSalesforceLiveAgentConfig();
  /**
   *
   *
   * <pre>
   * Uses Salesforce Live Agent.
   * </pre>
   *
   * <code>
   * .google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
   * </code>
   */
  com.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
      getSalesforceLiveAgentConfigOrBuilder();

  public com.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.AgentServiceCase
      getAgentServiceCase();
}
