Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CallMetadata.
Call-specific metadata.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Conversation.CallMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ ConversationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer_channel |
int
The audio channel that contains the customer. |
↳ agent_channel |
int
The audio channel that contains the agent. |
getCustomerChannel
The audio channel that contains the customer.
Returns | |
---|---|
Type | Description |
int |
setCustomerChannel
The audio channel that contains the customer.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAgentChannel
The audio channel that contains the agent.
Returns | |
---|---|
Type | Description |
int |
setAgentChannel
The audio channel that contains the agent.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |