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."],[[["This page provides documentation for the `ConversationPhoneNumber` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `ConversationPhoneNumber` class represents a phone number for integrating telephony with Dialogflow conversations, allowing users to connect to a conversation via a phone call."],["The documentation lists available versions, ranging from version 3.2.0 to the latest 4.26.0 of the `Google.Cloud.Dialogflow.V2` library."],["The `ConversationPhoneNumber` class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `PhoneNumber` property of type `String`, which is output-only and represents the actual phone number used to connect to the conversation."]]],[]]