Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::CreateSipTrunkRequest (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateSipTrunkRequest.

The request message for SipTrunks.CreateSipTrunk.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location to create a SIP trunk for. Format: projects/<Project ID>/locations/<Location ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location to create a SIP trunk for. Format: projects/<Project ID>/locations/<Location ID>.
Returns
  • (::String) — Required. The location to create a SIP trunk for. Format: projects/<Project ID>/locations/<Location ID>.

#sip_trunk

def sip_trunk() -> ::Google::Cloud::Dialogflow::V2::SipTrunk
Returns

#sip_trunk=

def sip_trunk=(value) -> ::Google::Cloud::Dialogflow::V2::SipTrunk
Parameter
Returns