Reference documentation and code samples for the Google Cloud Ces V1 Client class BargeInConfig.
Configuration for how the user barge-in activities should be handled.
Generated from protobuf message google.cloud.ces.v1.BargeInConfig
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disable_barge_in |
bool
Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored. Deprecated: |
↳ barge_in_awareness |
bool
Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message. This should not be used in scenarios where agent responses are displayed visually. |
getDisableBargeIn
Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.
Deprecated: disable_barge_in is deprecated in favor of
disable_barge_in_control
in ChannelProfile.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setDisableBargeIn
Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.
Deprecated: disable_barge_in is deprecated in favor of
disable_barge_in_control
in ChannelProfile.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBargeInAwareness
Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message.
This should not be used in scenarios where agent responses are displayed visually.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setBargeInAwareness
Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message.
This should not be used in scenarios where agent responses are displayed visually.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|