public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateSessionEntityTypeRequest.
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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a variety of previous versions available, ranging from 1.0.0 to 2.22.0."],["The `UpdateSessionEntityTypeRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["`UpdateSessionEntityTypeRequest` is used to update a session entity type and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: one default and another that takes an `UpdateSessionEntityTypeRequest` object, and has two properties: `SessionEntityType` and `UpdateMask`."],["The `SessionEntityType` property is required for the request, and should be in the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/sessions/\u003cSession ID\u003e/entityTypes/\u003cEntity Type ID\u003e`, or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e/sessions/\u003cSession ID\u003e/entityTypes/\u003cEntity Type ID\u003e`."]]],[]]