FeedbackAgentOptions

class FeedbackAgentOptions

Options for configuring the Feedback Agent.

Parameters

language

The assigned language for user input.

endpoint

Environment configuration.

Types

Link copied to clipboard
class Builder

Builder for creating a new instance of FeedbackAgentOptions.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val endpoint: FeedbackAgentEndpoint
Link copied to clipboard
val language: Locale