Uses of Class
com.google.genai.gaos.models.errors.CreateInteractionServerError.Data
Packages that use CreateInteractionServerError.Data
-
Uses of CreateInteractionServerError.Data in com.google.genai.gaos.models.errors
Methods in com.google.genai.gaos.models.errors that return CreateInteractionServerError.DataModifier and TypeMethodDescriptionCreateInteractionServerError.Data.Builder.build()Error message from an interaction.Methods in com.google.genai.gaos.models.errors that return types with arguments of type CreateInteractionServerError.DataConstructors in com.google.genai.gaos.models.errors with parameters of type CreateInteractionServerError.DataModifierConstructorDescriptionCreateInteractionServerError(int code, byte[] body, HttpResponse<?> rawResponse, CreateInteractionServerError.Data data, Throwable deserializationException)