public sealed class UpdateSipTrunkRequest : IMessage<UpdateSipTrunkRequest>, IEquatable<UpdateSipTrunkRequest>, IDeepCloneable<UpdateSipTrunkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateSipTrunkRequest.
The request message for
[SipTrunks.UpdateSipTrunk][google.cloud.dialogflow.v2beta1.SipTrunks.UpdateSipTrunk].
[[["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 document provides reference information for the `UpdateSipTrunkRequest` class, a part of the Google Cloud Dialogflow v2beta1 API."],["`UpdateSipTrunkRequest` is used as the request message for the `SipTrunks.UpdateSipTrunk` method within the Dialogflow v2beta1 API."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the class include `SipTrunk`, which is required for specifying the SipTrunk to update, and `UpdateMask`, which allows for optional field-specific updates."],["There are two constructors available for creating instances of `UpdateSipTrunkRequest`: a default constructor and a constructor that accepts another `UpdateSipTrunkRequest` object as a parameter."]]],[]]