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.AgentServiceCasegetAgentServiceCase()HumanAgentHandoffConfig.LivePersonConfiggetLivePersonConfig()Uses LivePerson (https://www.liveperson.com).HumanAgentHandoffConfig.LivePersonConfigOrBuildergetLivePersonConfigOrBuilder()Uses LivePerson (https://www.liveperson.com).HumanAgentHandoffConfig.SalesforceLiveAgentConfiggetSalesforceLiveAgentConfig()Uses Salesforce Live Agent.HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuildergetSalesforceLiveAgentConfigOrBuilder()Uses Salesforce Live Agent.booleanhasLivePersonConfig()Uses LivePerson (https://www.liveperson.com).booleanhasSalesforceLiveAgentConfig()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()
-
-