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 reference documentation for the `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2 API."],["The `ConversationPhoneNumber` class is used to represent a phone number for integrating telephony with a Dialogflow conversation."],["The latest version of the `ConversationPhoneNumber` documentation is 4.26.0, with versions available dating back to 3.2.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from object."],["The class has a `PhoneNumber` property, which represents the number to connect to the conversation, as well as two constructors, one of which allows you to input a ConversationPhoneNumber object."]]],[]]