You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -201,6 +213,7 @@ class AssistantV2 extends BaseService {
201
213
},_params.headers),
202
214
}),
203
215
};
216
+
204
217
returnthis.createRequest(parameters,_callback);
205
218
};
206
219
@@ -387,9 +400,9 @@ namespace AssistantV2 {
387
400
exportinterfaceMessageContextGlobalSystem{
388
401
/** The user time zone. The assistant uses the time zone to correctly resolve relative time references. */
389
402
timezone?: string;
390
-
/** String value provided by the API client that should be unique per each distinct end user of the service powered by Assistant. */
403
+
/** A string value that identifies the user who is interacting with the assistant. The client must provide a unique identifier for each individual end user who accesses the application. This user ID may be used for billing and other purposes. */
391
404
user_id?: string;
392
-
/** This property is normally set by the Assistant which sets this to 1 during the first conversation turn and then increments it by 1 with every subsequent turn. A turn count equal to 0 (or > 0) informs the Assistant that this is (or is not) the first turn in a conversation which influences the behavior of some skills. The Conversation skill uses this to evaluate its `welcome` and `conversation_start` conditions. */
405
+
/** A counter that is automatically incremented with each turn of the conversation. A value of 1 indicates that this is the the first turn of a new conversation, which can affect the behavior of some skills. */
0 commit comments