View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportTestCasesRequest (google_api_dialogflow v0.78.0)

The request message for TestCases.ImportTestCases.

Attributes

  • content (type: String.t, default: nil) - Uncompressed raw byte content for test cases.
  • gcsUri (type: String.t, default: nil) - The Google Cloud Storage URI to import test cases from. The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.