WidgetUpdateSessionRequest

Request message for WidgetService.WidgetUpdateSession method.

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

string

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

configId

string

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

updateSessionRequest

object ( UpdateSessionRequest )

Required. The proxied request to ConversationalSearchService.UpdateSession.

additionalParams

object ( AdditionalParams )

Required. Additional params for security and privacy enhancement.

UpdateSessionRequest

Request for UpdateSession method.

JSON representation
 { 
 "session" 
 : 
 { 
 object (  Session 
 
) 
 } 
 , 
 "updateMask" 
 : 
 string 
 } 
Fields
session

object ( Session )

Required. The Session to update.

updateMask

string ( FieldMask format)

Indicates which fields in the provided Session to update. The following are NOT supported:

If not set or empty, all supported fields are updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .

Design a Mobile Site
View Site in Mobile | Classic
Share by: