Class Google::Cloud::Dialogflow::CX::V3::TestConfig (v0.5.0)

Represents configurations for a test case.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#flow

def flow() -> ::String
Returns
  • (::String) — Flow name. If not set, default start flow is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#flow=

def flow=(value) -> ::String
Parameter
  • value (::String) — Flow name. If not set, default start flow is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
Returns
  • (::String) — Flow name. If not set, default start flow is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#tracking_parameters

def tracking_parameters() -> ::Array<::String>
Returns
  • (::Array<::String>) — Session parameters to be compared when calculating differences.

#tracking_parameters=

def tracking_parameters=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Session parameters to be compared when calculating differences.
Returns
  • (::Array<::String>) — Session parameters to be compared when calculating differences.