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."],[[["The `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2 API represents a phone number used for integrating telephony with a conversation."],["This API class is found in the `Google.Cloud.Dialogflow.V2` namespace, within the `Google.Cloud.Dialogflow.V2.dll` assembly and is currently at version 4.26.0 as the most recent with versions down to 3.2.0 listed."],["The `ConversationPhoneNumber` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a `PhoneNumber` property, which is an output-only string that stores the phone number for connection to the conversation."],["The class offers two constructors: a default constructor and another that accepts an existing `ConversationPhoneNumber` object as a parameter for duplication."]]],[]]