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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ phone_number |
string
Output only. The phone number to connect to this conversation. |
getPhoneNumber
Output only. The phone number to connect to this conversation.
Generated from protobuf field string phone_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
string |
|
setPhoneNumber
Output only. The phone number to connect to this conversation.
Generated from protobuf field string phone_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|