Interface AssistantOptions

Options for targeting an assistant for operations.

interface AssistantOptions {
    additionalHeaders?: HTTPHeaders;
    host?: string;
    name: string;
}

Properties

additionalHeaders?: HTTPHeaders

Optional additional HTTP headers to include with each request to the assistant.

host?: string

An optional host URL to use for operations against this assistant. If not provided, the host URL will be automatically resolved by calling describeAssistant().

name: string

The name of the assistant to target.