Request message for WidgetService.WidgetGetSession
method.
JSON representation |
---|
{ "location": string, "configId": string, "getSessionRequest": { object ( |
Fields | |
---|---|
location |
Required. The location resource where widget get session will be performed. Format: |
config |
Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration. |
get |
Required. The proxied request to ConversationalSearchService.GetSession. For [WidgetService.WidgetGetSession.get_session_request.name], only sessionId is required. |
additional |
Required. Additional params for security and privacy enhancement. |
GetSessionRequest
Request for GetSession method.
JSON representation |
---|
{ "name": string, "includeAnswerDetails": boolean } |
Fields | |
---|---|
name |
Required. The resource name of the Session to get. Format: |
include |
Optional. If set to true, the full session including all answer details will be returned. |