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, with versions listed back to 3.2.0."],["`ConversationPhoneNumber` represents a phone number for telephony integration in Dialogflow V2, facilitating conversation connections over the phone."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PhoneNumber` property of `ConversationPhoneNumber` is a string that represents the phone number to connect to the conversation and it is output only."],["The class is found in the `Google.Cloud.Dialogflow.V2` namespace and is located within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]