get_assistant
(**kwargs)¶Retrieves information about an assistant.
See also: AWS API Documentation
Request Syntax
response = client.get_assistant(
assistantId='string'
)
[REQUIRED]
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
{
'assistant': {
'assistantArn': 'string',
'assistantId': 'string',
'description': 'string',
'name': 'string',
'serverSideEncryptionConfiguration': {
'kmsKeyId': 'string'
},
'status': 'CREATE_IN_PROGRESS'|'CREATE_FAILED'|'ACTIVE'|'DELETE_IN_PROGRESS'|'DELETE_FAILED'|'DELETED',
'tags': {
'string': 'string'
},
'type': 'AGENT'
}
}
Response Structure
Information about the assistant.
The Amazon Resource Name (ARN) of the Wisdom assistant.
The identifier of the Wisdom assistant.
The description.
The name.
The KMS key used for encryption.
The KMS key. For information about valid ID values, see Key identifiers (KeyId).
The status of the assistant.
The tags used to organize, track, or control access for this resource.
The type of assistant.
Exceptions
ConnectWisdomService.Client.exceptions.ValidationException
ConnectWisdomService.Client.exceptions.AccessDeniedException
ConnectWisdomService.Client.exceptions.ResourceNotFoundException