Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ContextFilterSettings.
Settings that determine how to filter recent conversation context when generating suggestions.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettings
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ drop_handoff_messages |
bool
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped. |
↳ drop_virtual_agent_messages |
bool
If set to true, all messages from virtual agent are dropped. |
↳ drop_ivr_messages |
bool
If set to true, all messages from ivr stage are dropped. |
getDropHandoffMessages
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
Generated from protobuf field bool drop_handoff_messages = 1;
Returns | |
---|---|
Type | Description |
bool |
setDropHandoffMessages
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
Generated from protobuf field bool drop_handoff_messages = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDropVirtualAgentMessages
If set to true, all messages from virtual agent are dropped.
Generated from protobuf field bool drop_virtual_agent_messages = 2;
Returns | |
---|---|
Type | Description |
bool |
setDropVirtualAgentMessages
If set to true, all messages from virtual agent are dropped.
Generated from protobuf field bool drop_virtual_agent_messages = 2;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDropIvrMessages
If set to true, all messages from ivr stage are dropped.
Generated from protobuf field bool drop_ivr_messages = 3;
Returns | |
---|---|
Type | Description |
bool |
setDropIvrMessages
If set to true, all messages from ivr stage are dropped.
Generated from protobuf field bool drop_ivr_messages = 3;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |