BillingAccount
Module: Inworld.AI Namespace: Inworld.Entities
This file defines the data structures related to billing accounts, which are used for fetching Inworld data via the Unity Editor extension. Please note that these data structures are not visible in inspectors.
Variables
Variable | Description |
---|---|
name | The actual billing account of the user. |
displayName | The name of the user. |
Related Classes
BillingAccountResponse
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
billingAccounts | The list of BillingAccount objects obtained from the network response. |