public sealed class ConversationPhoneNumber : IMessage<ConversationPhoneNumber>, IEquatable<ConversationPhoneNumber>, IDeepCloneable<ConversationPhoneNumber>, IBufferMessage, IMessage
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."],[[["The latest version available for `ConversationPhoneNumber` is 4.26.0, and the page displays versions ranging from 3.2.0 to 4.26.0."],["`ConversationPhoneNumber` is a class that represents a phone number for integrating telephony with a conversation in Google Cloud Dialogflow V2."],["This class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a constructor for creating new instances, either empty or by copying another `ConversationPhoneNumber` instance."],["The class has a `PhoneNumber` property, which is an output-only string representing the phone number associated with the conversation."]]],[]]