public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.UpdateSessionEntityType].
public SessionEntityType SessionEntityType { get; set; }
Required. The session entity type to update.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID> or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>. If Environment ID is not specified, we assume default 'draft'
environment.
[[["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 documents the `UpdateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, detailing its role in updating session entity types in Dialogflow CX."],["The page lists numerous versions of the `UpdateSessionEntityTypeRequest`, ranging from the latest 2.23.0 down to 1.0.0, with each version providing a link to its respective documentation."],["`UpdateSessionEntityTypeRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling and object manipulation."],["The class includes two constructors: a default constructor and another that accepts an `UpdateSessionEntityTypeRequest` object for cloning, along with properties for `SessionEntityType` and `UpdateMask` to manage updates."],["The `SessionEntityType` property specifies the format required for updating a session entity type, including project, location, agent, session, and entity type IDs, with an option to specify an environment ID or default to the 'draft' environment."]]],[]]