Google Cloud Dialogflow v2beta1 API - Class ResponseMessage.Types.TelephonyTransferCall (1.0.0-beta15)

public sealed class ResponseMessage.Types.TelephonyTransferCall : IMessage<ResponseMessage.Types.TelephonyTransferCall>, IEquatable<ResponseMessage.Types.TelephonyTransferCall>, IDeepCloneable<ResponseMessage.Types.TelephonyTransferCall>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ResponseMessage.Types.TelephonyTransferCall.

Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.

Inheritance

object > ResponseMessage.Types.TelephonyTransferCall

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

TelephonyTransferCall()

public TelephonyTransferCall()

TelephonyTransferCall(TelephonyTransferCall)

public TelephonyTransferCall(ResponseMessage.Types.TelephonyTransferCall other)
Parameter
NameDescription
otherResponseMessageTypesTelephonyTransferCall

Properties

EndpointCase

public ResponseMessage.Types.TelephonyTransferCall.EndpointOneofCase EndpointCase { get; }
Property Value
TypeDescription
ResponseMessageTypesTelephonyTransferCallEndpointOneofCase

HasPhoneNumber

public bool HasPhoneNumber { get; }

Gets whether the "phone_number" field is set

Property Value
TypeDescription
bool

HasSipUri

public bool HasSipUri { get; }

Gets whether the "sip_uri" field is set

Property Value
TypeDescription
bool

PhoneNumber

public string PhoneNumber { get; set; }

Transfer the call to a phone number in E.164 format.

Property Value
TypeDescription
string

SipUri

public string SipUri { get; set; }

Transfer the call to a SIP endpoint.

Property Value
TypeDescription
string