View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiImmersiveCanvasSupport (google_api_content_warehouse v0.4.0)

Attributes

  • confirmationMessageSupported (type: boolean(), default: nil) - Whether the client supports confirmation messages in Immersive Canvas actions.
  • pauseSignalSupported (type: boolean(), default: nil) - Whether the client support canvas pause signal. If true, the Assistant Server will send a signal when canvas transitioning to pause mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiImmersiveCanvasSupport{
  confirmationMessageSupported: boolean() | nil,
  pauseSignalSupported: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.