Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ConversationProcessConfig.
Config to process conversation.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ recent_sentences_count |
int
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion |
getRecentSentencesCount
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
Returns | |
---|---|
Type | Description |
int |
setRecentSentencesCount
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |