AssistantDevicesPlatformProtoResponseLimits

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoResponseLimits


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies the size limits on responses receivable by the client.

Attributes List

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

View Attributes

Attributes

  1. maxAssistResponseSizeBytes (type: integer(), default: nil)
    - Max size in bytes of the total serialized AssistResponse receivable by the client. If response exceeds this max, response may be modified by the server.
  2. maxDisplayLinesBytes (type: integer(), default: nil)
    - Maximum size in bytes (not characters) of text the display can handle (which may be different from how much the display can show at a time due to scrolling).
  3. maxSuggestionChipBytes (type: integer(), default: nil)
    - Maximum size in bytes (not characters) for each suggestion chip.
  4. maxSuggestionChips (type: integer(), default: nil)
    - Maximum number of suggestion chips the device can handle to display.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoResponseLimits{
maxAssistResponseSizeBytes: integer() | nil,
maxDisplayLinesBytes: integer() | nil,
maxSuggestionChipBytes: integer() | nil,
maxSuggestionChips: integer() | nil
}

Function

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

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