AssistantDevicesPlatformProtoCloudEndpoint

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoCloudEndpoint


Table of Contents ▼

Jump to a specific part of the page:

Description

A cloud endpoints associates with this device, it can be used for query parsing, or cloud execution.

Attributes List

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

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    - The name for this cloud endpoint. It's unique per Locale. This is not an API resource name. Ex: sample-nlu-endpoint
  2. scopes (type: list(String.t), default: nil)
    - The list of scopes to be provided in the OAuth2 token. They must be a subset of the scopes registered in the Account Linking flow, or the request will fail. If the client itself provides the token, then this field is ignored.
  3. url (type: String.t, default: nil)
    - The URL for this endpoint, it must start with https.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoCloudEndpoint{
name: String.t() | nil,
scopes: [String.t()] | nil,
url: String.t() | nil
}

Function

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

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