Google Cloud Dialogflow v2beta1 API - Class PhoneNumber.Types.AllowedSipTrunks (1.0.0-beta29)

public sealed class PhoneNumber.Types.AllowedSipTrunks : IMessage<PhoneNumber.Types.AllowedSipTrunks>, IEquatable<PhoneNumber.Types.AllowedSipTrunks>, IDeepCloneable<PhoneNumber.Types.AllowedSipTrunks>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class PhoneNumber.Types.AllowedSipTrunks.

List of SIP trunks that are allowed to make calls to this phone number.

Inheritance

object > PhoneNumber.Types.AllowedSipTrunks

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AllowedSipTrunks()

public AllowedSipTrunks()

AllowedSipTrunks(AllowedSipTrunks)

public AllowedSipTrunks(PhoneNumber.Types.AllowedSipTrunks other)
Parameter
Name Description
other PhoneNumberTypesAllowedSipTrunks

Properties

CarrierIds

public RepeatedField<string> CarrierIds { get; }

Optional. List of GTP carrier IDs allowed to make calls to this phone number. Used for private interconnects where standard SIP trunks aren't applicable.

Property Value
Type Description
RepeatedFieldstring

SipTrunks

public RepeatedField<string> SipTrunks { get; }

List of SIP trunks that are allowed to make calls to this phone number. If empty, any SIP trunk is allowed.

Property Value
Type Description
RepeatedFieldstring

SipTrunksAsSipTrunkNames

public ResourceNameList<SipTrunkName> SipTrunksAsSipTrunkNames { get; }

SipTrunkName-typed view over the SipTrunks resource name property.

Property Value
Type Description
ResourceNameListSipTrunkName