public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateSessionEntityTypeRequest.
The request message for
[SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType].
[[["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 `UpdateSessionEntityTypeRequest` class is used to update session entity types within the Google Cloud Dialogflow v2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `UpdateSessionEntityTypeRequest` class has a constructor that can be initialized, and a constructor that will accept another `UpdateSessionEntityTypeRequest` object."],["It includes properties like `SessionEntityType` and `UpdateMask` to specify the entity type being updated and control the fields that are modified."],["The provided content shows a list of available versions, from 4.26.0 down to 3.2.0, for the `UpdateSessionEntityTypeRequest` class in the Google.Cloud.Dialogflow.V2 namespace."]]],[]]