Skip to content

Commit

Permalink
feat(v3): ResponseMessage proto contains channel information (#488)
Browse files Browse the repository at this point in the history
* feat: ResponseMessage proto contains channel information
docs: updated go library package

PiperOrigin-RevId: 501638939

Source-Link: googleapis/googleapis@529c07a

Source-Link: googleapis/googleapis-gen@6dc5598
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmRjNTU5OGZhY2VjY2UyZTUyMDRjMzVhY2JlMmU0NjBmOWVjYTcxYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 13, 2023
1 parent d5faeaa commit 826f09b
Show file tree
Hide file tree
Showing 34 changed files with 123 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ async def sample_list_agents():
Returns:
google.cloud.dialogflowcx_v3.services.agents.pagers.ListAgentsAsyncPager:
The response message for
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -881,10 +881,8 @@ async def sample_export_agent():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse`
The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse` The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1096,7 +1094,7 @@ async def sample_validate_agent():
Returns:
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1185,7 +1183,7 @@ async def sample_get_agent_validation_result():
Returns:
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def sample_list_agents():
Returns:
google.cloud.dialogflowcx_v3.services.agents.pagers.ListAgentsPager:
The response message for
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1214,10 +1214,8 @@ def sample_export_agent():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse`
The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse` The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1431,7 +1429,7 @@ def sample_validate_agent():
Returns:
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1521,7 +1519,7 @@ def sample_get_agent_validation_result():
Returns:
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async def sample_list_changelogs():
Returns:
google.cloud.dialogflowcx_v3.services.changelogs.pagers.ListChangelogsAsyncPager:
The response message for
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3.Changelogs.ListChangelogs].
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3.Changelogs.ListChangelogs].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def sample_list_changelogs():
Returns:
google.cloud.dialogflowcx_v3.services.changelogs.pagers.ListChangelogsPager:
The response message for
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3.Changelogs.ListChangelogs].
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3.Changelogs.ListChangelogs].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def sample_list_deployments():
Returns:
google.cloud.dialogflowcx_v3.services.deployments.pagers.ListDeploymentsAsyncPager:
The response message for
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3.Deployments.ListDeployments].
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3.Deployments.ListDeployments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def sample_list_deployments():
Returns:
google.cloud.dialogflowcx_v3.services.deployments.pagers.ListDeploymentsPager:
The response message for
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3.Deployments.ListDeployments].
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3.Deployments.ListDeployments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def sample_list_entity_types():
Returns:
google.cloud.dialogflowcx_v3.services.entity_types.pagers.ListEntityTypesAsyncPager:
The response message for
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ListEntityTypes].
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ListEntityTypes].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def sample_list_entity_types():
Returns:
google.cloud.dialogflowcx_v3.services.entity_types.pagers.ListEntityTypesPager:
The response message for
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ListEntityTypes].
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ListEntityTypes].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ async def sample_list_environments():
Returns:
google.cloud.dialogflowcx_v3.services.environments.pagers.ListEnvironmentsAsyncPager:
The response message for
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -936,7 +936,7 @@ async def sample_lookup_environment_history():
Returns:
google.cloud.dialogflowcx_v3.services.environments.pagers.LookupEnvironmentHistoryAsyncPager:
The response message for
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1058,10 +1058,8 @@ async def sample_run_continuous_test():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse`
The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse` The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1286,10 +1284,8 @@ async def sample_deploy_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse`
The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse` The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def sample_list_environments():
Returns:
google.cloud.dialogflowcx_v3.services.environments.pagers.ListEnvironmentsPager:
The response message for
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1299,7 +1299,7 @@ def sample_lookup_environment_history():
Returns:
google.cloud.dialogflowcx_v3.services.environments.pagers.LookupEnvironmentHistoryPager:
The response message for
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1423,10 +1423,8 @@ def sample_run_continuous_test():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse`
The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse` The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1654,10 +1652,8 @@ def sample_deploy_flow():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse`
The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse` The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async def sample_list_experiments():
Returns:
google.cloud.dialogflowcx_v3.services.experiments.pagers.ListExperimentsAsyncPager:
The response message for
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3.Experiments.ListExperiments].
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3.Experiments.ListExperiments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def sample_list_experiments():
Returns:
google.cloud.dialogflowcx_v3.services.experiments.pagers.ListExperimentsPager:
The response message for
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3.Experiments.ListExperiments].
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3.Experiments.ListExperiments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ async def sample_list_flows():
Returns:
google.cloud.dialogflowcx_v3.services.flows.pagers.ListFlowsAsyncPager:
The response message for
[Flows.ListFlows][google.cloud.dialogflow.cx.v3.Flows.ListFlows].
[Flows.ListFlows][google.cloud.dialogflow.cx.v3.Flows.ListFlows].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1027,7 +1027,7 @@ async def sample_validate_flow():
Returns:
google.cloud.dialogflowcx_v3.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1116,7 +1116,7 @@ async def sample_get_flow_validation_result():
Returns:
google.cloud.dialogflowcx_v3.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1231,10 +1231,8 @@ async def sample_import_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ImportFlowResponse`
The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ImportFlowResponse` The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1340,10 +1338,8 @@ async def sample_export_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ExportFlowResponse`
The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportFlowResponse` The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def sample_list_flows():
Returns:
google.cloud.dialogflowcx_v3.services.flows.pagers.ListFlowsPager:
The response message for
[Flows.ListFlows][google.cloud.dialogflow.cx.v3.Flows.ListFlows].
[Flows.ListFlows][google.cloud.dialogflow.cx.v3.Flows.ListFlows].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1374,7 +1374,7 @@ def sample_validate_flow():
Returns:
google.cloud.dialogflowcx_v3.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1464,7 +1464,7 @@ def sample_get_flow_validation_result():
Returns:
google.cloud.dialogflowcx_v3.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1581,10 +1581,8 @@ def sample_import_flow():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ImportFlowResponse`
The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ImportFlowResponse` The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1691,10 +1689,8 @@ def sample_export_flow():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3.types.ExportFlowResponse`
The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportFlowResponse` The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Loading

0 comments on commit 826f09b

Please sign in to comment.