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
[**postConversationsSummariesSettings**](AIStudioApi#postConversationsSummariesSettings) | **POST** /api/v2/conversations/summaries/settings | Create a summary setting.
23
+
[**postGuideSessionTurns**](AIStudioApi#postGuideSessionTurns) | **POST** /api/v2/guides/{guideId}/sessions/{guideSessionId}/turns | Add a turn to a guide session.
23
24
[**postGuideVersionJobs**](AIStudioApi#postGuideVersionJobs) | **POST** /api/v2/guides/{guideId}/versions/{versionId}/jobs | Start the publishing of a guide version.
24
25
[**postGuideVersions**](AIStudioApi#postGuideVersions) | **POST** /api/v2/guides/{guideId}/versions | Create a guide version.
25
26
[**postGuides**](AIStudioApi#postGuides) | **POST** /api/v2/guides | Create a guide.
POST /api/v2/guides/{guideId}/sessions/{guideSessionId}/turns
796
+
797
+
Add a turn to a guide session.
798
+
799
+
Creates a new turn in the specified guide session with the provided request data. If the session ID doesnt exist, a new session will be created automatically.
0 commit comments