IbmWatsonAssistantAuth class

All required auth information can be found in Assistant > Settings > API details

Constructors

IbmWatsonAssistantAuth({String username = 'apikey', String version = '2020-04-01', required String apikey, required String url, required String assistantId})

Properties

apikey String
The API key for your assistant.
final
assistantId String
The unique identifier for your assistant.
final
basic String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The base URL for your IBM Watson instance.
final
username String
Leave this alone unless you have created custom credentials.
final
version String
The version of the API to use.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited