AssistantApiCoreTypesWebProviderInfo

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The web information of the provider. Next ID: 5

Attributes List

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

View Attributes

Attributes

  1. homeStorage (type: String.t, default: nil)
    - Serialized storage (context) persisted and retrieved for the app and home.
  2. localizedAppName (type: String.t, default: nil)
    - The localized app name.
  3. openAppUrl (type: String.t, default: nil)
    - A URL to open the provider's app.
  4. thirdPartyCustomNluInfo (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo, default: nil)
    - Info about 3P Custom NLU used in this web provider. TODO(b/321644453) remove when QRewrite is able to call SERoot.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfo{
homeStorage: String.t() | nil,
localizedAppName: String.t() | nil,
openAppUrl: String.t() | nil,
thirdPartyCustomNluInfo: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo.t() | nil
}

Function

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

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