Google Cloud Dialogflow V2 Client - Class DeleteSipTrunkRequest (2.3.0)

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

The request message for SipTrunks.DeleteSipTrunk.

Generated from protobuf message google.cloud.dialogflow.v2.DeleteSipTrunkRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the SIP trunk to delete. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>.

getName

Required. The name of the SIP trunk to delete.

Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>.

Returns
Type Description
string

setName

Required. The name of the SIP trunk to delete.

Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the SIP trunk to delete. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>. Please see SipTrunksClient::sipTrunkName() for help formatting this field.

Returns
Type Description
DeleteSipTrunkRequest