Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DialogflowSegmentMetadata.
Metadata from Dialogflow relating to the current transcript segment.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ Conversation \ Transcript \ TranscriptSegmentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ smart_reply_allowlist_covered |
bool
Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist. |
getSmartReplyAllowlistCovered
Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.
Returns | |
---|---|
Type | Description |
bool |
setSmartReplyAllowlistCovered
Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |