Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ConversationPhoneNumber.
Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony.
Generated from protobuf message google.cloud.dialogflow.v2.ConversationPhoneNumber
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ country_code
int
Output only. Desired country code for the phone number.
↳ phone_number
string
Output only. The phone number to connect to this conversation.
getCountryCode
Output only. Desired country code for the phone number.
int
setCountryCode
Output only. Desired country code for the phone number.
var
int
$this
getPhoneNumber
Output only. The phone number to connect to this conversation.
string
setPhoneNumber
Output only. The phone number to connect to this conversation.
var
string
$this