Google Cloud Dialogflow V2 Client - Class SipHeader (2.1.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SipHeader.

The SIP headers from the initial SIP INVITE.

Generated from protobuf message google.cloud.dialogflow.v2.Conversation.TelephonyConnectionInfo.SipHeader

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Conversation \ TelephonyConnectionInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Optional. The name of the header.

↳ value string

Optional. The value of the header.

getName

Optional. The name of the header.

Returns
Type Description
string

setName

Optional. The name of the header.

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

Optional. The value of the header.

Returns
Type Description
string

setValue

Optional. The value of the header.

Parameter
Name Description
var string
Returns
Type Description
$this