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

The web information of the provider. Next ID: 5

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.