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

Attributes

  • enabled (type: String.t, default: nil) -
  • sendMessageSuppressed (type: boolean(), default: nil) - If true, disable send message AppControl/SD flow. This is needed to suppress the feature for specific device. If we decide to turn down this feature for all devices, then this field will become obsolete and should be removed. See context in b/275727627.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppControlSupport{
  enabled: String.t() | nil,
  sendMessageSuppressed: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.