Interface protos.google.cloud.ces.v1.IAgent (0.7.0)

Properties of an Agent.

Package

@google-cloud/ces

Properties

afterAgentCallbacks

afterAgentCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent afterAgentCallbacks

afterModelCallbacks

afterModelCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent afterModelCallbacks

afterToolCallbacks

afterToolCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent afterToolCallbacks

beforeAgentCallbacks

beforeAgentCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent beforeAgentCallbacks

beforeModelCallbacks

beforeModelCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent beforeModelCallbacks

beforeToolCallbacks

beforeToolCallbacks?: (google.cloud.ces.v1.ICallback[]|null);

Agent beforeToolCallbacks

childAgents

childAgents?: (string[]|null);

Agent childAgents

createTime

createTime?: (google.protobuf.ITimestamp|null);

Agent createTime

description

description?: (string|null);

Agent description

displayName

displayName?: (string|null);

Agent displayName

etag

etag?: (string|null);

Agent etag

generatedSummary

generatedSummary?: (string|null);

Agent generatedSummary

guardrails

guardrails?: (string[]|null);

Agent guardrails

instruction

instruction?: (string|null);

Agent instruction

llmAgent

llmAgent?: (google.cloud.ces.v1.Agent.ILlmAgent|null);

Agent llmAgent

modelSettings

modelSettings?: (google.cloud.ces.v1.IModelSettings|null);

Agent modelSettings

name

name?: (string|null);

Agent name

remoteDialogflowAgent

remoteDialogflowAgent?: (google.cloud.ces.v1.Agent.IRemoteDialogflowAgent|null);

Agent remoteDialogflowAgent

tools

tools?: (string[]|null);

Agent tools

toolsets

toolsets?: (google.cloud.ces.v1.Agent.IAgentToolset[]|null);

Agent toolsets

transferRules

transferRules?: (google.cloud.ces.v1.ITransferRule[]|null);

Agent transferRules

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Agent updateTime

validationErrors

validationErrors?: (string[]|null);

Agent validationErrors