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

Token to be exposed and stored by the bot

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.