Google Cloud Dialogflow V2 Client - Class BasicCard (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class BasicCard.

The basic card message. Useful for displaying information.

Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.BasicCard

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ title
string

Optional. The title of the card.

↳ subtitle
string

Optional. The subtitle of the card.

↳ formatted_text
string

Required, unless image is present. The body text of the card.

↳ image
Google\Cloud\Dialogflow\V2\Intent\Message\Image

Optional. The image for the card.

↳ buttons
array< Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button >

Optional. The collection of card buttons.

getTitle

Optional. The title of the card.

Returns
Type
Description
string

setTitle

Optional. The title of the card.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSubtitle

Optional. The subtitle of the card.

Returns
Type
Description
string

setSubtitle

Optional. The subtitle of the card.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getFormattedText

Required, unless image is present. The body text of the card.

Returns
Type
Description
string

setFormattedText

Required, unless image is present. The body text of the card.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getImage

Optional. The image for the card.

Returns
Type
Description

hasImage

clearImage

setImage

Optional. The image for the card.

Parameter
Name
Description
Returns
Type
Description
$this

getButtons

Optional. The collection of card buttons.

Returns
Type
Description

setButtons

Optional. The collection of card buttons.

Parameter
Name
Description
Returns
Type
Description
$this