public sealed class MatchIntentRequest : IMessage<MatchIntentRequest>, IEquatable<MatchIntentRequest>, IDeepCloneable<MatchIntentRequest>, IBufferMessage, IMessage
Required. The name of the session this query is sent to.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID> or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>.
If Environment ID is not specified, we assume default 'draft'
environment.
It's up to the API caller to choose an appropriate Session ID. It can be
a random number or some type of session identifiers (preferably hashed).
The length of the Session ID must not exceed 36 characters.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eMatchIntentRequest\u003c/code\u003e class is used to send requests for intent matching in Dialogflow CX, implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 2.23.0, and a total of 38 different versions, from version 1.0.0 to version 2.23.0, are listed for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMatchIntentRequest\u003c/code\u003e includes properties for \u003ccode\u003eQueryInput\u003c/code\u003e, \u003ccode\u003eQueryParams\u003c/code\u003e, and \u003ccode\u003eSession\u003c/code\u003e, allowing for specification of the query details and session context.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSession\u003c/code\u003e property within \u003ccode\u003eMatchIntentRequest\u003c/code\u003e requires a session name formatted with project, location, agent, and session IDs, and it should not exceed 36 characters.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, one default and one that clones an existing \u003ccode\u003eMatchIntentRequest\u003c/code\u003e object, along with inherited methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]