ChatBotPlatformBotSendToken

GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformBotSendToken


Table of Contents ▼

Jump to a specific part of the page:

Description

Token to be exposed and stored by the bot

Attributes List

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

View Attributes

Attributes

  1. expiryTimeMicros (type: String.t, default: nil)
    - Time since epoch (micros) that this will expire
  2. sendToken (type: String.t, default: nil)
    - Encrypted InternalSendToken

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformBotSendToken{
expiryTimeMicros: String.t() | nil,
sendToken: String.t() | nil
}

Function

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

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