Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.ConversationProcessConfig (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.ConversationProcessConfig.

Config to process conversation.

Inheritance

object > HumanAgentAssistantConfig.Types.ConversationProcessConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationProcessConfig()

public ConversationProcessConfig()

ConversationProcessConfig(ConversationProcessConfig)

public ConversationProcessConfig(HumanAgentAssistantConfig.Types.ConversationProcessConfig other)
Parameter
NameDescription
otherHumanAgentAssistantConfigTypesConversationProcessConfig

Properties

RecentSentencesCount

public int RecentSentencesCount { get; set; }

Number of recent non-small-talk sentences to use as context for article and FAQ suggestion

Property Value
TypeDescription
int