Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SipTrunk.
SipTrunk is the resource that represents a SIP trunk to connect to Google Telephony platform SIP trunking service.
Generated from protobuf message google.cloud.dialogflow.v2.SipTrunk
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique identifier of the SIP trunk. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>
.
↳ expected_hostname
array
Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication.
↳ connections
↳ display_name
string
Optional. Human readable alias for this trunk.
getName
Identifier. The unique identifier of the SIP trunk.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
.
string
setName
Identifier. The unique identifier of the SIP trunk.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
.
var
string
$this
getExpectedHostname
Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication.
setExpectedHostname
Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication.
var
string[]
$this
getConnections
Output only. Connections of the SIP trunk.
setConnections
Output only. Connections of the SIP trunk.
$this
getDisplayName
Optional. Human readable alias for this trunk.
string
setDisplayName
Optional. Human readable alias for this trunk.
var
string
$this

