View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportTestCasesResponse (google_api_dialogflow v0.78.0)

The response message for TestCases.ExportTestCases.

Attributes

  • content (type: String.t, default: nil) - Uncompressed raw byte content for test cases.
  • gcsUri (type: String.t, default: nil) - The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportTestCasesResponse{
    content: String.t() | nil,
    gcsUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.