Google Cloud Contact Center Insights V1 Client - Class CallMetadata (1.2.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setCustomerChannel

The audio channel that contains the customer.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getAgentChannel

The audio channel that contains the agent.

Returns
TypeDescription
int

setAgentChannel

The audio channel that contains the agent.

Parameter
NameDescription
var int
Returns
TypeDescription
$this