ConfigAuthResponse Class
Response for configuration authentication.
Constructor
pydantic model ConfigAuthResponse
Parameters
| Name | Description |
|---|---|
|
suggested_actions
Required
|
Suggested actions for the configuration authentication. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
responseType
|
Default value: None
|
|
config
|
Default value: <factory>
|
|
cacheInfo
|
Default value: None
|
Attributes
cache_info
field cache_info: CacheInfo = None (alias 'cacheInfo')
config
field config: BotConfigAuth [Optional]
response_type
field response_type: str = None (alias 'responseType')