Package com.google.cloud.dialogflow.v2
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLivePersonConfig
boolean hasLivePersonConfig()
Uses LivePerson (https://www.liveperson.com).
.google.cloud.dialogflow.v2.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.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
- Returns:
- The livePersonConfig.
-
getLivePersonConfigOrBuilder
HumanAgentHandoffConfig.LivePersonConfigOrBuilder getLivePersonConfigOrBuilder()
Uses LivePerson (https://www.liveperson.com).
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.LivePersonConfig live_person_config = 1;
-
hasSalesforceLiveAgentConfig
boolean hasSalesforceLiveAgentConfig()
Uses Salesforce Live Agent.
.google.cloud.dialogflow.v2.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.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
- Returns:
- The salesforceLiveAgentConfig.
-
getSalesforceLiveAgentConfigOrBuilder
HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder getSalesforceLiveAgentConfigOrBuilder()
Uses Salesforce Live Agent.
.google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig salesforce_live_agent_config = 2;
-
getAgentServiceCase
HumanAgentHandoffConfig.AgentServiceCase getAgentServiceCase()
-
-