WidgetGetSessionRequest

Request message for WidgetService.WidgetGetSession method.

JSON representation
{
  "location": string,
  "configId": string,
  "getSessionRequest": {
    object (GetSessionRequest)
  },
  "additionalParams": {
    object (AdditionalParams)
  }
}
Fields
location

string

Required. The location resource where widget get session will be performed. Format: locations/{location}

configId

string

Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration.

getSessionRequest

object (GetSessionRequest)

Required. The proxied request to ConversationalSearchService.GetSession.

additionalParams

object (AdditionalParams)

Required. Additional params for security and privacy enhancement.

GetSessionRequest

Request for GetSession method.

JSON representation
{
  "name": string
}
Fields
name

string

Required. The resource name of the Session to get. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}/sessions/{sessionId}