Class BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam
-
- All Implemented Interfaces:
public final class BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam.BuilderA builder for BetaContainerFileCitationParam.
-
Method Summary
Modifier and Type Method Description final StringcontainerId()The ID of the container. final LongendIndex()The index of the last character of the citation in the message. final StringfileId()The ID of the container file. final Stringfilename()The filename of the container file cited. final LongstartIndex()The index of the first character of the citation in the message. final JsonValue_type()The citation type. final JsonField<String>_containerId()Returns the raw JSON value of containerId. final JsonField<Long>_endIndex()Returns the raw JSON value of endIndex. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_filename()Returns the raw JSON value of filename. final JsonField<Long>_startIndex()Returns the raw JSON value of startIndex. final Map<String, JsonValue>_additionalProperties()final BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam.BuildertoBuilder()final BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContainerFileCitationParam. -
-
Method Detail
-
containerId
final String containerId()
The ID of the container.
-
startIndex
final Long startIndex()
The index of the first character of the citation in the message.
-
_type
final JsonValue _type()
The citation type. Always
container_file_citation.Expected to always return the following:
JsonValue.from("container_file_citation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_containerId
final JsonField<String> _containerId()
Returns the raw JSON value of containerId.
Unlike containerId, this method doesn't throw if the JSON field has an unexpected type.
-
_endIndex
final JsonField<Long> _endIndex()
Returns the raw JSON value of endIndex.
Unlike endIndex, this method doesn't throw if the JSON field has an unexpected type.
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_filename
final JsonField<String> _filename()
Returns the raw JSON value of filename.
Unlike filename, this method doesn't throw if the JSON field has an unexpected type.
-
_startIndex
final JsonField<Long> _startIndex()
Returns the raw JSON value of startIndex.
Unlike startIndex, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam.Builder toBuilder()
-
validate
final BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaResponseInputItem.MultiAgentCallOutput.Output.Annotations.BetaContainerFileCitationParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaContainerFileCitationParam.
The following fields are required:
.containerId() .endIndex() .fileId() .filename() .startIndex()
-
-
-
-