SpeakerSearchTask

A representation of an asynchronous request to perform speaker search analysis on a Voice Connector call.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The call details of a speaker search task.

Link copied to clipboard

The time at which a speaker search task was created.

Link copied to clipboard

The details of a speaker search task.

Link copied to clipboard

The speaker search task ID.

Link copied to clipboard

The status of the speaker search task, IN_QUEUE, IN_PROGRESS, PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.

Link copied to clipboard

The time at which the speaker search task began.

Link copied to clipboard

A detailed message about the status of a speaker search.

Link copied to clipboard

The time at which a speaker search task was updated.

Functions

Link copied to clipboard
inline fun copy(block: SpeakerSearchTask.Builder.() -> Unit = {}): SpeakerSearchTask
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String