public interface HumanAgentHandoffConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HumanAgentHandoffConfig.AgentServiceCase |
getAgentServiceCase() |
HumanAgentHandoffConfig.LivePersonConfig |
getLivePersonConfig()
Uses LivePerson (https://www.liveperson.com).
|
HumanAgentHandoffConfig.LivePersonConfigOrBuilder |
getLivePersonConfigOrBuilder()
Uses LivePerson (https://www.liveperson.com).
|
HumanAgentHandoffConfig.SalesforceLiveAgentConfig |
getSalesforceLiveAgentConfig()
Uses Salesforce Live Agent.
|
HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder |
getSalesforceLiveAgentConfigOrBuilder()
Uses Salesforce Live Agent.
|
boolean |
hasLivePersonConfig()
Uses LivePerson (https://www.liveperson.com).
|
boolean |
hasSalesforceLiveAgentConfig()
Uses Salesforce Live Agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasLivePersonConfig()
Uses LivePerson (https://www.liveperson.com).
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
HumanAgentHandoffConfig.LivePersonConfig getLivePersonConfig()
Uses LivePerson (https://www.liveperson.com).
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
HumanAgentHandoffConfig.LivePersonConfigOrBuilder getLivePersonConfigOrBuilder()
Uses LivePerson (https://www.liveperson.com).
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
boolean hasSalesforceLiveAgentConfig()
Uses Salesforce Live Agent.
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
HumanAgentHandoffConfig.SalesforceLiveAgentConfig getSalesforceLiveAgentConfig()
Uses Salesforce Live Agent.
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder getSalesforceLiveAgentConfigOrBuilder()
Uses Salesforce Live Agent.
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
HumanAgentHandoffConfig.AgentServiceCase getAgentServiceCase()
Copyright © 2022 Google LLC. All rights reserved.