Interface StoryTextQuestionResponse

interface StoryTextQuestionResponse {
    client_context?: string;
    mutation_token?: string;
    response: string;
}

Hierarchy (view full)

Properties

client_context?: string
mutation_token?: string
response: string