[BindServiceMethod(typeof(Pages), "BindService")]
public abstract class PagesBaseBase class for server-side implementations of Pages
Inheritance
System.Object > Pages.PagesBaseNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreatePage(CreatePageRequest, ServerCallContext)
public virtual Task<Page> CreatePage(CreatePageRequest request, ServerCallContext context)Creates a page in the specified flow.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePageRequestThe request received from the client. |
context |
Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Page> |
The response to send back to the client (wrapped by a task). |
DeletePage(DeletePageRequest, ServerCallContext)
public virtual Task<Empty> DeletePage(DeletePageRequest request, ServerCallContext context)Deletes the specified page.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePageRequestThe request received from the client. |
context |
Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Google.Protobuf.WellKnownTypes.Empty> |
The response to send back to the client (wrapped by a task). |
GetPage(GetPageRequest, ServerCallContext)
public virtual Task<Page> GetPage(GetPageRequest request, ServerCallContext context)Retrieves the specified page.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPageRequestThe request received from the client. |
context |
Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Page> |
The response to send back to the client (wrapped by a task). |
ListPages(ListPagesRequest, ServerCallContext)
public virtual Task<ListPagesResponse> ListPages(ListPagesRequest request, ServerCallContext context)Returns the list of all pages in the specified flow.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPagesRequestThe request received from the client. |
context |
Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<ListPagesResponse> |
The response to send back to the client (wrapped by a task). |
UpdatePage(UpdatePageRequest, ServerCallContext)
public virtual Task<Page> UpdatePage(UpdatePageRequest request, ServerCallContext context)Updates the specified page.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePageRequestThe request received from the client. |
context |
Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
System.Threading.Tasks.Task<Page> |
The response to send back to the client (wrapped by a task). |