public sealed class UpdatePhoneNumberRequest : IMessage<UpdatePhoneNumberRequest>, IEquatable<UpdatePhoneNumberRequest>, IDeepCloneable<UpdatePhoneNumberRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdatePhoneNumberRequest.
The request message for
[PhoneNumbers.UpdatePhoneNumber][google.cloud.dialogflow.v2beta1.PhoneNumbers.UpdatePhoneNumber].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdatePhoneNumberRequest` class is used to update phone number information within the Google Cloud Dialogflow v2beta1 API."],["This class is a sealed class that inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is `1.0.0-beta23`, and an earlier version `1.0.0-beta22` is also available."],["It includes two constructors and properties for `PhoneNumber` (the phone number to update) and `UpdateMask` (a mask to control which fields are updated)."],["The class can be found under the namespace `Google.Cloud.Dialogflow.V2Beta1` and within the assembly `Google.Cloud.Dialogflow.V2Beta1.dll`."]]],[]]