AssistantApiImmersiveCanvasSupport

GoogleApi.ContentWarehouse.V1.Model.AssistantApiImmersiveCanvasSupport


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. confirmationMessageSupported (type: boolean(), default: nil)
    - Whether the client supports confirmation messages in Immersive Canvas actions.
  2. 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.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiImmersiveCanvasSupport