Interface HumanAgentHandoffConfigOrBuilder (4.43.0)

public interface HumanAgentHandoffConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentServiceCase()

public abstract HumanAgentHandoffConfig.AgentServiceCase getAgentServiceCase()
Returns
TypeDescription
HumanAgentHandoffConfig.AgentServiceCase

getLivePersonConfig()

public abstract HumanAgentHandoffConfig.LivePersonConfig getLivePersonConfig()

Uses LivePerson (https://www.liveperson.com).

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;

Returns
TypeDescription
HumanAgentHandoffConfig.LivePersonConfig

The livePersonConfig.

getLivePersonConfigOrBuilder()

public abstract HumanAgentHandoffConfig.LivePersonConfigOrBuilder getLivePersonConfigOrBuilder()

Uses LivePerson (https://www.liveperson.com).

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;

Returns
TypeDescription
HumanAgentHandoffConfig.LivePersonConfigOrBuilder

getSalesforceLiveAgentConfig()

public abstract HumanAgentHandoffConfig.SalesforceLiveAgentConfig getSalesforceLiveAgentConfig()

Uses Salesforce Live Agent.

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;

Returns
TypeDescription
HumanAgentHandoffConfig.SalesforceLiveAgentConfig

The salesforceLiveAgentConfig.

getSalesforceLiveAgentConfigOrBuilder()

public abstract HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder getSalesforceLiveAgentConfigOrBuilder()

Uses Salesforce Live Agent.

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;

Returns
TypeDescription
HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder

hasLivePersonConfig()

public abstract boolean hasLivePersonConfig()

Uses LivePerson (https://www.liveperson.com).

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;

Returns
TypeDescription
boolean

Whether the livePersonConfig field is set.

hasSalesforceLiveAgentConfig()

public abstract boolean hasSalesforceLiveAgentConfig()

Uses Salesforce Live Agent.

.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;

Returns
TypeDescription
boolean

Whether the salesforceLiveAgentConfig field is set.