Path helper methods for the TestCases API.
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::String
Create a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#entity_type_path
def entity_type_path(project:, location:, agent:, entity_type:) -> ::String
Create a fully-qualified EntityType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/entityTypes/{entity_type}
- project (String)
- location (String)
- agent (String)
- entity_type (String)
- (::String)
- (::ArgumentError)
#environment_path
def environment_path(project:, location:, agent:, environment:) -> ::String
Create a fully-qualified Environment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}
- project (String)
- location (String)
- agent (String)
- environment (String)
- (::String)
- (::ArgumentError)
#flow_path
def flow_path(project:, location:, agent:, flow:) -> ::String
Create a fully-qualified Flow resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}
- project (String)
- location (String)
- agent (String)
- flow (String)
- (::String)
- (::ArgumentError)
#intent_path
def intent_path(project:, location:, agent:, intent:) -> ::String
Create a fully-qualified Intent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/intents/{intent}
- project (String)
- location (String)
- agent (String)
- intent (String)
- (::String)
- (::ArgumentError)
#page_path
def page_path(project:, location:, agent:, flow:, page:) -> ::String
Create a fully-qualified Page resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/pages/{page}
- project (String)
- location (String)
- agent (String)
- flow (String)
- page (String)
- (::String)
- (::ArgumentError)
#test_case_path
def test_case_path(project:, location:, agent:, test_case:) -> ::String
Create a fully-qualified TestCase resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}
- project (String)
- location (String)
- agent (String)
- test_case (String)
- (::String)
- (::ArgumentError)
#test_case_result_path
def test_case_result_path(project:, location:, agent:, test_case:, result:) -> ::String
Create a fully-qualified TestCaseResult resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}/results/{result}
- project (String)
- location (String)
- agent (String)
- test_case (String)
- result (String)
- (::String)
- (::ArgumentError)
#transition_route_group_path
def transition_route_group_path(project:, location:, agent:, flow:, transition_route_group:) -> ::String
Create a fully-qualified TransitionRouteGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/transitionRouteGroups/{transition_route_group}
- project (String)
- location (String)
- agent (String)
- flow (String)
- transition_route_group (String)
- (::String)
- (::ArgumentError)
#webhook_path
def webhook_path(project:, location:, agent:, webhook:) -> ::String
Create a fully-qualified Webhook resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}
- project (String)
- location (String)
- agent (String)
- webhook (String)
- (::String)
- (::ArgumentError)