Class AgentSkill (0.9.0)

public final class AgentSkill extends GeneratedMessage implements AgentSkillOrBuilder

Represents a distinct capability or function that an agent can perform.

Protobuf type google.cloud.ces.v1beta.AgentSkill

Implements

AgentSkillOrBuilder

Static Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

EXAMPLES_FIELD_NUMBER

public static final int EXAMPLES_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

INPUT_MODES_FIELD_NUMBER

public static final int INPUT_MODES_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

OUTPUT_MODES_FIELD_NUMBER

public static final int OUTPUT_MODES_FIELD_NUMBER
Field Value
Type Description
int

TAGS_FIELD_NUMBER

public static final int TAGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AgentSkill getDefaultInstance()
Returns
Type Description
AgentSkill

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AgentSkill.Builder newBuilder()
Returns
Type Description
AgentSkill.Builder

newBuilder(AgentSkill prototype)

public static AgentSkill.Builder newBuilder(AgentSkill prototype)
Parameter
Name Description
prototype AgentSkill
Returns
Type Description
AgentSkill.Builder

parseDelimitedFrom(InputStream input)

public static AgentSkill parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AgentSkill parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AgentSkill parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AgentSkill parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AgentSkill parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AgentSkill parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AgentSkill parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AgentSkill
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AgentSkill> parser()
Returns
Type Description
Parser<AgentSkill>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AgentSkill getDefaultInstanceForType()
Returns
Type Description
AgentSkill

getDescription()

public String getDescription()

Required. A detailed description of the skill.

string description = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Required. A detailed description of the skill.

string description = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for description.

getExamples(int index)

public String getExamples(int index)

Example prompts or scenarios that this skill can handle.

repeated string examples = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The examples at the given index.

getExamplesBytes(int index)

public ByteString getExamplesBytes(int index)

Example prompts or scenarios that this skill can handle.

repeated string examples = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the examples at the given index.

getExamplesCount()

public int getExamplesCount()

Example prompts or scenarios that this skill can handle.

repeated string examples = 5;

Returns
Type Description
int

The count of examples.

getExamplesList()

public ProtocolStringList getExamplesList()

Example prompts or scenarios that this skill can handle.

repeated string examples = 5;

Returns
Type Description
ProtocolStringList

A list containing the examples.

getId()

public String getId()

Required. A unique identifier for the agent's skill.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

Required. A unique identifier for the agent's skill.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for id.

getInputModes(int index)

public String getInputModes(int index)

The set of supported input media types for this skill, overriding the agent's defaults.

repeated string input_modes = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The inputModes at the given index.

getInputModesBytes(int index)

public ByteString getInputModesBytes(int index)

The set of supported input media types for this skill, overriding the agent's defaults.

repeated string input_modes = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the inputModes at the given index.

getInputModesCount()

public int getInputModesCount()

The set of supported input media types for this skill, overriding the agent's defaults.

repeated string input_modes = 6;

Returns
Type Description
int

The count of inputModes.

getInputModesList()

public ProtocolStringList getInputModesList()

The set of supported input media types for this skill, overriding the agent's defaults.

repeated string input_modes = 6;

Returns
Type Description
ProtocolStringList

A list containing the inputModes.

getName()

public String getName()

Required. A human-readable name for the skill.

string name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. A human-readable name for the skill.

string name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getOutputModes(int index)

public String getOutputModes(int index)

The set of supported output media types for this skill, overriding the agent's defaults.

repeated string output_modes = 7;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The outputModes at the given index.

getOutputModesBytes(int index)

public ByteString getOutputModesBytes(int index)

The set of supported output media types for this skill, overriding the agent's defaults.

repeated string output_modes = 7;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the outputModes at the given index.

getOutputModesCount()

public int getOutputModesCount()

The set of supported output media types for this skill, overriding the agent's defaults.

repeated string output_modes = 7;

Returns
Type Description
int

The count of outputModes.

getOutputModesList()

public ProtocolStringList getOutputModesList()

The set of supported output media types for this skill, overriding the agent's defaults.

repeated string output_modes = 7;

Returns
Type Description
ProtocolStringList

A list containing the outputModes.

getParserForType()

public Parser<AgentSkill> getParserForType()
Returns
Type Description
Parser<AgentSkill>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTags(int index)

public String getTags(int index)

Required. A set of keywords describing the skill's capabilities.

repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The tags at the given index.

getTagsBytes(int index)

public ByteString getTagsBytes(int index)

Required. A set of keywords describing the skill's capabilities.

repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tags at the given index.

getTagsCount()

public int getTagsCount()

Required. A set of keywords describing the skill's capabilities.

repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of tags.

getTagsList()

public ProtocolStringList getTagsList()

Required. A set of keywords describing the skill's capabilities.

repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProtocolStringList

A list containing the tags.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AgentSkill.Builder newBuilderForType()
Returns
Type Description
AgentSkill.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected AgentSkill.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AgentSkill.Builder
Overrides

toBuilder()

public AgentSkill.Builder toBuilder()
Returns
Type Description
AgentSkill.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException