Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TestConfig.
Represents configurations for a test case.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow
def flow() -> ::String
-
(::String) — Flow name to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
#flow=
def flow=(value) -> ::String
-
value (::String) — Flow name to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
-
(::String) — Flow name to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
#page
def page() -> ::String
-
(::String) — The page to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
#page=
def page=(value) -> ::String
-
value (::String) — The page to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
-
(::String) — The page to start the test case with.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.Only one of
flow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow.
#tracking_parameters
def tracking_parameters() -> ::Array<::String>
- (::Array<::String>) — Session parameters to be compared when calculating differences.
#tracking_parameters=
def tracking_parameters=(value) -> ::Array<::String>
- value (::Array<::String>) — Session parameters to be compared when calculating differences.
- (::Array<::String>) — Session parameters to be compared when calculating differences.