GetUtterancesViewRequest
public struct GetUtterancesViewRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bot for which utterance information should be returned.
Declaration
Swift
public let botName: String
-
An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
Declaration
Swift
public let botVersions: [String]
-
To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.
Declaration
Swift
public let statusType: StatusType
-
Undocumented
Declaration
Swift
public init(botName: String, botVersions: [String], statusType: StatusType)
-
Declaration
Swift
public func validate(name: String) throws