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: |
configId
|
Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration. |
getSessionRequest
|
Required. The proxied request to ConversationalSearchService.GetSession. For [WidgetService.WidgetGetSession.get_session_request.name], only sessionId is required. |
additionalParams
|
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: |
includeAnswerDetails
|
Optional. If set to true, the full session including all answer details will be returned. |