Request message for WidgetService.WidgetUpdateSession method.
| JSON representation | 
|---|
| { "location": string, "configId": string, "updateSessionRequest": { object ( | 
| Fields | |
|---|---|
| location | 
 Required. The location resource where widget update session will be performed. Format:  | 
| configId | 
 Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration. | 
| updateSessionRequest | 
 Required. The proxied request to ConversationalSearchService.UpdateSession. | 
| additionalParams | 
 Required. Additional params for security and privacy enhancement. | 
UpdateSessionRequest
Request for UpdateSession method.
| JSON representation | 
|---|
| {
  "session": {
    object ( | 
| Fields | |
|---|---|
| session | 
 Required. The Session to update. | 
| updateMask | 
 Indicates which fields in the provided  If not set or empty, all supported fields are updated. This is a comma-separated list of fully qualified names of fields. Example:  |