View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationPhoneNumber (google_api_dialogflow v0.88.2)
Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony.
Attributes
-
phoneNumber(type:String.t, default:nil) - Output only. The phone number to connect to this conversation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationPhoneNumber{ phoneNumber: String.t() | nil }