Show / Hide Table of Contents

Class ProjectsResource.ConversationModelsResource.GetRequest

Gets conversation model.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>
ProjectsResource.ConversationModelsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.ConversationModelsResource.GetRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>, IClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.MethodName

Name

Required. The conversation model to retrieve. Format: projects//conversationModels/

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2ConversationModel>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2ConversationModel>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX