ApiInvocationInput

Contains information about the API operation that the agent predicts should be called.

This data type is used in the following API operations:

Types

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

Properties

Link copied to clipboard

The action group that the API operation belongs to.

Link copied to clipboard

Contains information about the API operation to invoke.

Link copied to clipboard

The agent's ID.

Link copied to clipboard

The path to the API operation.

Link copied to clipboard

The agent collaborator's name.

Link copied to clipboard

The HTTP method of the API operation.

Link copied to clipboard

The parameters to provide for the API request, as the agent elicited from the user.

Link copied to clipboard

The request body to provide for the API request, as the agent elicited from the user.

Functions

Link copied to clipboard
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