class

MCProtocol::CompleteResultCompletion

Inherits JSON::Serializable < Reference < Object

Constructors

new(values : Array(String), hasMore : Bool | Nil = Nil, total : Int64 | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

hasMore

Indicates whether there are additional completion options beyond those provided in the current response, even if the exact total is unknown.

Source
total

The total number of completion options available. This can exceed the number of values actually sent in the response.

Source
values

An array of completion values. Must not exceed 100 items.

Source