public sealed class ConversationPhoneNumber : IMessage<ConversationPhoneNumber>, IEquatable<ConversationPhoneNumber>, IDeepCloneable<ConversationPhoneNumber>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationPhoneNumber.
Represents a phone number for telephony integration. It allows for connecting
a particular conversation over telephony.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 up to the latest, 4.26.0."],["The `ConversationPhoneNumber` class is designed for telephony integration, representing a phone number that can be used to connect a conversation over telephony."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with `ConversationPhoneNumber`."],["The class includes a `PhoneNumber` property, which is a string representing the phone number used for connecting to the conversation and is an output only value."],["There are two constructors to create an instance of the ConversationPhoneNumber, one with no parameter, and one that takes another ConversationPhoneNumber object as a parameter."]]],[]]