GoogleApi.Dialogflow.V2.Model.GoogleCloudKnowledgeV1alpha1OperationMetadata (google_api_dialogflow v0.50.0) View Source

Metadata in google::longrunning::Operation.

Attributes

  • errorCode (type: list(integer()), default: nil) - The error codes from Manifold endpoints' last failures.
  • message (type: list(String.t), default: nil) - The failure messages from Manifold endpoints' last failures.
  • state (type: String.t, default: nil) - Required. The current state of this operation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudKnowledgeV1alpha1OperationMetadata{
    errorCode: [integer()],
    message: [String.t()],
    state: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.