Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantConfig.Types.SuggestionTriggerSettings (1.0.0-beta15)

public sealed class HumanAgentAssistantConfig.Types.SuggestionTriggerSettings : IMessage<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantConfig.Types.SuggestionTriggerSettings.

Settings of suggestion trigger.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionTriggerSettings

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestionTriggerSettings()

public SuggestionTriggerSettings()

SuggestionTriggerSettings(SuggestionTriggerSettings)

public SuggestionTriggerSettings(HumanAgentAssistantConfig.Types.SuggestionTriggerSettings other)
Parameter
NameDescription
otherHumanAgentAssistantConfigTypesSuggestionTriggerSettings

Properties

NoSmallTalk

public bool NoSmallTalk { get; set; }

Do not trigger if last utterance is small talk.

Property Value
TypeDescription
bool

OnlyEndUser

public bool OnlyEndUser { get; set; }

Only trigger suggestion if participant role of last utterance is END_USER.

Property Value
TypeDescription
bool