Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchAssociatedTranscriptsResponse

import type { SearchAssociatedTranscriptsResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface SearchAssociatedTranscriptsResponse {
associatedTranscripts?: AssociatedTranscript[] | null;
botId?: string | null;
botRecommendationId?: string | null;
botVersion?: string | null;
localeId?: string | null;
nextIndex?: number | null;
totalResults?: number | null;
}

§Properties

§
associatedTranscripts?: AssociatedTranscript[] | null
[src]

The object that contains the associated transcript that meet the criteria you specified.

§
botId?: string | null
[src]

The unique identifier of the bot associated with the transcripts that you are searching.

§
botRecommendationId?: string | null
[src]

The unique identifier of the bot recommendation associated with the transcripts to search.

§
botVersion?: string | null
[src]

The version of the bot containing the transcripts that you are searching.

§
localeId?: string | null
[src]

The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages

§
nextIndex?: number | null
[src]

A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.

§
totalResults?: number | null
[src]

The total number of transcripts returned by the search.