Class IntentInput (1.8.0)

public sealed class IntentInput : IMessage<IntentInput>, IEquatable<IntentInput>, IDeepCloneable<IntentInput>, IBufferMessage, IMessage

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Inheritance

Object > IntentInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentInput()

public IntentInput()

IntentInput(IntentInput)

public IntentInput(IntentInput other)
Parameter
Name Description
other IntentInput

Properties

Intent

public string Intent { get; set; }

Required. The unique identifier of the intent. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/intents/&lt;Intent ID>.

Property Value
Type Description
String

IntentAsIntentName

public IntentName IntentAsIntentName { get; set; }

IntentName-typed view over the Intent resource name property.

Property Value
Type Description
IntentName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.