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
- (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SIP trunk to create.
#sip_trunk=
def sip_trunk=(value) -> ::Google::Cloud::Dialogflow::V2::SipTrunk
Parameter
- value (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SIP trunk to create.
Returns
- (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SIP trunk to create.